fg: add page

This commit is contained in:
Hayden Schiff
2016-02-22 18:10:16 -05:00
parent 4b1f1f476a
commit a3ebb9d38d

11
pages/common/fg.md Normal file
View File

@@ -0,0 +1,11 @@
# fg
> Run jobs in foreground.
- Brings most recently suspended background job to foreground:
`fg`
- Brings a specific job to foreground:
`fg {{job_id}}`