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