Merge pull request #791 from oxguy3/patch-5

fg: add page
waldyrious/alt-syntax
Igor Shubovych 2016-02-23 03:27:21 +02:00
commit c0d0e38c6e
1 changed files with 11 additions and 0 deletions

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}}`