
bg
List of commands for bg:
-
bg:tldr:5523c bg: Resume the most recently suspended job and run it in the background.$ bgtry on your machineexplain 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 machineexplain this command