Created
May 12, 2018 08:38
-
-
Save leopku/ece7bf548d99b8841af7605d8561c2f5 to your computer and use it in GitHub Desktop.
run job background with screen
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
screen -d -m /bin/bash 'name-of-executable > logfile.out 2>&1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment