{{{ # /bin/sleep 5 & # echo $! # process ID of last background command # wait $! # wait for job completion }}} ---- [Linux.Shell | CategoryComputing.Linux.Shell] - [Mac.Shell | CategoryComputing.Mac.Shell] - [Bash | CategoryComputing.Shell.Bash]