Guest User

alex leiy

a guest
Sep 19th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | Source Code | 0 0
  1. C:\Program Files (x86)\GnuWin32\bin>for %i in (C:\Users\Administrator\Desktop\overrrrr111111\*.txt) do awk -f "D:\script.awk" "%i"
  2.  
  3. C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (1).txt"
  4. awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
  5. awk: D:\script.awk:11: ^ syntax error
  6. awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
  7. awk: D:\script.awk:16: ^ syntax error
  8. awk: D:\script.awk:21: print a[i][0],a[i][1]
  9. awk: D:\script.awk:21: ^ syntax error
  10. awk: D:\script.awk:21: print a[i][0],a[i][1]
  11. awk: D:\script.awk:21: ^ syntax error
  12. errcount: 4
  13.  
  14. C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (10).txt"
  15. awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
  16. awk: D:\script.awk:11: ^ syntax error
  17. awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
  18. awk: D:\script.awk:16: ^ syntax error
  19. awk: D:\script.awk:21: print a[i][0],a[i][1]
  20. awk: D:\script.awk:21: ^ syntax error
  21. awk: D:\script.awk:21: print a[i][0],a[i][1]
  22. awk: D:\script.awk:21: ^ syntax error
  23. errcount: 4
  24.  
  25. C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (100).txt"
  26. awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
  27. awk: D:\script.awk:11: ^ syntax error
  28. awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
  29. awk: D:\script.awk:16: ^ syntax error
  30. awk: D:\script.awk:21: print a[i][0],a[i][1]
  31. awk: D:\script.awk:21: ^ syntax error
  32. awk: D:\script.awk:21: print a[i][0],a[i][1]
  33. awk: D:\script.awk:21: ^ syntax error
  34. errcount: 4
  35.  
  36. C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (101).txt"
  37. awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
  38. awk: D:\script.awk:11: ^ syntax error
  39. awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
  40. awk: D:\script.awk:16: ^ syntax error
  41. awk: D:\script.awk:21: print a[i][0],a[i][1]
  42. awk: D:\script.awk:21: ^ syntax error
  43. awk: D:\script.awk:21: print a[i][0],a[i][1]
  44. awk: D:\script.awk:21: ^ syntax error
  45. errcount: 4
Advertisement
Add Comment
Please, Sign In to add comment