Job control (Unix): Difference between revisions

Content deleted Content added
"ctrl" is more commonly used than "control" for a key ref
Control: Clarify what fg does
Line 40:
 
; Command {{code |fg}}
Command {{code |fg}} (short for foreground) causes amoves background job to move to the foreground; either the job specified or the one most recently added to the background if none specified. When the foreground job is paused (via {{keypress |Ctrl| Z}}), then this command resumes that job.
 
; Command {{code |wait}}