Skip to content

Instantly share code, notes, and snippets.

@noghte
Last active June 19, 2019 21:44
Show Gist options
  • Save noghte/36f3131a0cf9bf85a29aa7c78035e1d4 to your computer and use it in GitHub Desktop.
Save noghte/36f3131a0cf9bf85a29aa7c78035e1d4 to your computer and use it in GitHub Desktop.

Processes

  • Show output of a running process: sudo strace -p1234 -s9999 -e write
  • Store nohup result in another file: nohup python app.py &> nohup2.out&
  • Combine text files: cat df-*.csv > df-all.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment