Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Created June 21, 2022 00:22
Show Gist options
  • Save eminorhan/ddf0dd348b798ea0c25bf3bf0c618262 to your computer and use it in GitHub Desktop.
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
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