Created
June 21, 2022 00:22
-
-
Save eminorhan/ddf0dd348b798ea0c25bf3bf0c618262 to your computer and use it in GitHub Desktop.
pipe nohup output to a file with given name instead of deault nohup.out
This file contains hidden or 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
nohup python -u script.py &> nohup2.out & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment