Name

&

Placed at the end of a command line, the ampersand causes the given command to run as a background job.

$ emacs myfile &
[2] 28090

The shell’s response includes the job number (2) and the process ID of the command (28090).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.139.82.23