diff --git a/pages/common/fg.md b/pages/common/fg.md new file mode 100644 index 000000000..02cdb62eb --- /dev/null +++ b/pages/common/fg.md @@ -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}}`