Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Program Files (x86)\GnuWin32\bin>for %i in (C:\Users\Administrator\Desktop\overrrrr111111\*.txt) do awk -f "D:\script.awk" "%i"
- C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (1).txt"
- awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
- awk: D:\script.awk:11: ^ syntax error
- awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
- awk: D:\script.awk:16: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- errcount: 4
- C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (10).txt"
- awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
- awk: D:\script.awk:11: ^ syntax error
- awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
- awk: D:\script.awk:16: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- errcount: 4
- C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (100).txt"
- awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
- awk: D:\script.awk:11: ^ syntax error
- awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
- awk: D:\script.awk:16: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- errcount: 4
- C:\Program Files (x86)\GnuWin32\bin>awk -f "D:\script.awk" "C:\Users\Administrator\Desktop\overrrrr111111\0 (101).txt"
- awk: D:\script.awk:11: a[NR][0] = $0 # add to an array column 1
- awk: D:\script.awk:11: ^ syntax error
- awk: D:\script.awk:16: a[NR-lc][1]=$0 # if it IS a number, add to second column
- awk: D:\script.awk:16: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- awk: D:\script.awk:21: print a[i][0],a[i][1]
- awk: D:\script.awk:21: ^ syntax error
- errcount: 4
Advertisement
Add Comment
Please, Sign In to add comment