Backgrounding a Command via '&'
Closed this issue · 1 comments
josephliccini commented
Appending '&' will place command in background.
Spec says:
If & exists at the end of the line, then the shell will execute this command in the backgound. If & doesn’t exist, then the shell will wait for this command to finish.
jeanralphaviles commented
See
3d7aa48