Bagaimana cara saya mengulangi setiap baris file teks dengan Bash ? Dengan skrip ini: echo "Start!" for p in (peptides.txt) do echo "${p}" done Saya mendapatkan output ini di layar: Start! ./runPep.sh: line 3: syntax error near unexpected token `(' ./runPep.sh: line 3: `for p in...