Advertisement
Guest User

Untitled

a guest
May 29th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # myprogram and myprogram2 are both running in background
  2. # myprogram2 clearly has finished
  3. [1] + 25159 exit 1 nohup ./myprogram.py 1>console.out &
  4. [2] + 25442 done nohup ./myprogram2.py 1>console2.out &
  5.  
  6. 2016-05-27 16:55:06 - sources.edf - INFO - processing day 1 ...
  7. 2016-05-27 16:55:06 - sources.edf - INFO - processing day 2 ...
  8. ...
  9. 2016-05-27 16:55:06 - sources.edf - INFO - processing day n ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement