- 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
Last active
June 19, 2019 21:44
-
-
Save noghte/36f3131a0cf9bf85a29aa7c78035e1d4 to your computer and use it in GitHub Desktop.