Who I can, insert sentence for to AWK

Hi, I need put insert a for sentece in this AWK command, Tks

for (i = 1; i <= NF; i++)

awk '$i == "14" { sum += $3 } END { print  "Cajica "$i " "sum }' testlog.out

June 20th, 2015 6:15pm

Since we don't know awk, what is the input data, and what should the output look like?
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2015 10:02pm

This is the second "can someone rewrite this awk code as PowerShell for me" question where we have requested further information.

What is the input data, and what should the output look like?

June 22nd, 2015 4:42pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics