Created
December 4, 2014 08:12
-
-
Save rcdexta/996a4322c985ad6b44eb to your computer and use it in GitHub Desktop.
fg jobs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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