Running programs in the background: Difference between revisions

From Docswiki
Jump to navigation Jump to search
(Created page with "To run a job in the background, type & after your command, i.e. [command] &")
 
(No difference)

Latest revision as of 12:45, 13 May 2019

To run a job in the background, type & after your command, i.e.

[command] &