in reply to Perl script ( Run background all the time )
EDIT: After you're done with something in the foreground and you want to go back to the background, type ctrl-z to stop it, then bg to restart it in the background.# jobs [1]- Running sleep 15 & [2]+ Running sleep 20 & # fg 2 sleep 20 [1]- Done sleep 15
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl script ( Run background all the time )
by JavaFan (Canon) on Nov 07, 2011 at 15:59 UTC | |
by johnny_carlos (Scribe) on Nov 07, 2011 at 16:14 UTC |