mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
157 B
157 B
fg
Run jobs in foreground.
- Bring most recently suspended background job to foreground:
fg
- Bring a specific job to foreground:
fg {{job_id}}