mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 03:57:31 +00:00
Update cheatsheets
This commit is contained in:
17
fg
Normal file
17
fg
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fg
|
||||
|
||||
> Run jobs in foreground.
|
||||
> More information: <https://manned.org/fg>.
|
||||
|
||||
- Bring most recently suspended or running background job to foreground:
|
||||
|
||||
`fg`
|
||||
|
||||
- Bring a specific job to foreground:
|
||||
|
||||
`fg %{{job_id}}`
|
||||
Reference in New Issue
Block a user