Forrest logo
back to context overview

bg

List of commands for bg:

  • bg:tldr:5523c bg: Resume the most recently suspended job and run it in the background.
    $ bg
    try on your machine
    explain this command
  • bg:tldr:f0e08 bg: Resume a specific job (use `jobs -l` to get its ID) and run it in the background.
    $ bg %${job_id}
    try on your machine
    explain this command
back to context overview