http://mywiki.wooledge.org/BashSheet#Syntax
If you need to run several commands in background, do it like this:
./cmd1 args1 & ./cmd2 args2 & ./cmd3 args3
; is used to separate commands executed synchronously.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment