Tag : syntax error

Home » Posts tagged syntax error"


This is odd, and annoying. CentOS 6, current. Heres my awk script:{ room = substr($0, 48, 10); arr[$2,room,$1] = $0;}END {for ( i in arr ) { for ( j in arr[i] ) {for ( k in arr[i][j] ) {print arr[i][j][k];} } }}And when I run it, it complains awk..

Read more