Bash für jede Dateizeile
while read p; do
echo "$p"
done <peptides.txt
Shy Shrike
while read p; do
echo "$p"
done <peptides.txt