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:
parent
4b1f1f476a
commit
a3ebb9d38d
1 changed files with 11 additions and 0 deletions
11
pages/common/fg.md
Normal file
11
pages/common/fg.md
Normal 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}}`
|
Loading…
Reference in a new issue