mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 15:55:43 +02:00
commit
c0d0e38c6e
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.
|
||||||
|
|
||||||
|
- Bring most recently suspended background job to foreground:
|
||||||
|
|
||||||
|
`fg`
|
||||||
|
|
||||||
|
- Bring a specific job to foreground:
|
||||||
|
|
||||||
|
`fg {{job_id}}`
|
Loading…
Add table
Reference in a new issue