Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # foreach i ( $ ls * )
  2. foreach? tar -zxf $i -C /tank/nocompress &
  3. foreach? end
  4. [1] 17740
  5. [2] 17741
  6. [3] 17742
  7. [4] 17743
  8. [5] 17744
  9. [6] 17745
  10. [7] 17746
  11. [8] 17747
  12. [9] 17748
  13. [10] 17749
  14. [11] 17750
  15. [12] 17751
  16. [13] 17752
  17. [14] 17753
  18. tar: Error opening archive: Failed to open '$'
  19. [15] 17754
  20. [1] Exit 1 tar -zxf $ -C /tank/nocompress
  21. tar: Error opening archive: Failed to open 'ls'
  22. [1] 17755
  23. [2] Exit 1 tar -zxf ls -C /tank/nocompress
  24. [2] 17756
  25. # ps ax | grep tar
  26. 17742 0 R 0:00.24 tar -zxf 097329fc74d5b811daa9e681ec246800d2troubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  27. 17743 0 R 0:00.28 tar -zxf 147470results1025201019210.tar.gz -C /tank/nocompress (bsdtar)
  28. 17744 0 R 0:00.28 tar -zxf 147888fh3dtroubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  29. 17745 0 R 0:00.24 tar -zxf 147888sdctroubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  30. 17746 0 R 0:00.24 tar -zxf 147888sh3dtroubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  31. 17747 0 R 0:00.30 tar -zxf 20101108_troubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  32. 17748 0 R 0:00.25 tar -zxf 2bb4a1ac262011df9496ea04c68f408atroubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  33. 17749 0 R 0:00.15 tar -zxf 7cca68ea74ab11df962da1f62dbe9f8ftroubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  34. 17750 0 R 0:00.25 tar -zxf f98a62b622b411df97d3b9ec705ee1c4troubleshoot.tar.gz -C /tank/nocompress (bsdtar)
  35. 17751 0 R 0:00.27 tar -zxf results11082010233340.tar.gz -C /tank/nocompress (bsdtar)
  36. 17752 0 R 0:00.16 tar -zxf results11092010153314.tar.gz -C /tank/nocompress (bsdtar)
  37. 17753 0 R 0:00.22 tar -zxf results11092010170350.tar.gz -C /tank/nocompress (bsdtar)
  38. 17754 0 R 0:00.29 tar -zxf results11092010200247.tar.gz -C /tank/nocompress (bsdtar)
  39. 17755 0 R 0:00.19 tar -zxf results14783111082010171514.tar.gz -C /tank/nocompress (bsdtar)
  40. 17756 0 R 0:00.18 tar -zxf results14792011092010184550.tar.gz -C /tank/nocompress (bsdtar)
  41. 17761 0 R+ 0:00.00 grep tar
  42. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement