Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. cat file0000.txt|./foo.py > out0000.txt
  2.  
  3. cat file00[0-4][0-9] |./foo.py > outfile1.txt &
  4. cat file00[5-9][0-9] |./foo.py > outfile2.txt &
  5. cat file01[0-4][0-9] |./foo.py > outfile3.txt &
  6. cat file01[5-9][0-9] |./foo.py > outfile4.txt &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement