Merge pull request #791 from oxguy3/patch-5

fg: add page
This commit is contained in:
Igor Shubovych
2016-02-23 03:27:21 +02:00

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

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