I want to print each line of a file using bash? I'm using this script: echo "Start!" for p in (peptides.txt) do echo "${p}" done.
確定! 回上一頁