Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created December 4, 2014 08:12
Show Gist options
  • Save rcdexta/996a4322c985ad6b44eb to your computer and use it in GitHub Desktop.
Save rcdexta/996a4322c985ad6b44eb to your computer and use it in GitHub Desktop.
fg jobs
$ jobs -l
1] + 13701 running ruby data_cruncher.rb
2] + 14312 running tail -f data_cruncher.log
$ fg %1
[1] + 13701 continued ruby data_cruncher.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment