bash for loop in lines of file code example Example: bash for each line of file while read p; do echo "$p" done <peptides.txt