Advertisement
gewur33

another usageexample

Dec 29th, 2014
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. f00@localhost jules$ find . -name "*.txt" -exec perl jules.pl {} \; > result
  2. f00@localhost jules$ cat result
  3. 1.1.2003 4
  4. 2.4.2085 7
  5. 2.1.2054 6
  6. 2.1.2054 6
  7. 2.1.2054 6
  8. 2.1.2054 6
  9. 1.1.2003 4
  10. 2.4.2085 7
  11. 2.1.2054 6
  12. 2.1.2054 6
  13. 2.1.2054 6
  14. 2.1.2054 6
  15. 1.1.2003 4
  16. 2.4.2085 7
  17. 2.1.2054 6
  18. 2.1.2054 6
  19. 2.1.2054 6
  20. 2.1.2054 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement