1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 04:55:24 +02:00

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
commit c0d0e38c6e

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