1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 04:37:57 +01:00

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