Guest User

Untitled

a guest
Mar 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. AB_CLASSNAME1_0524A_011_xy.txt ,
  2. AB_CLASSNAME2_0524A_011_xy.txt ,
  3. AB_CLASSNAME3_0524A_011_xy.txt
  4.  
  5. ksh -c 'wc -l *0524A_011*'
  6.  
  7. ksh -c 'wc -l *$1*' )
  8.  
  9. 328 AB_CLASSNAME1_0524A_011_xy.txt
  10. 326 AB_CLASSNAME2_0524A_011_xy.txt
  11. 326 AB_CLASSNAME3_0524A_011_xy.txt
  12.  
  13. Column1
  14. CLASSNAME1
  15. CLASSNAME2
  16. CLASSNAME3
  17.  
  18. Column 2
  19. 328
  20. 326
  21. 326
  22.  
  23. zsh -c 'wc -l /path/to/directory/*abc*(om[1])'
Add Comment
Please, Sign In to add comment