例如,此行失败:
$ nohup for i in mydir/*.fasta; do ./myscript.sh "$i"; done > output.txt& -bash: syntax error near unexpected token `do
什么是正确的方法呢?
unix linux bash nohup
bash ×1
linux ×1
nohup ×1
unix ×1