Tuesday, February 2, 2010

linux awk for occurance count

0
filename | cut -f24 --delimiter="\""  | awk -F"|" '{if (NF > 50) print NF}'

No Response to "linux awk for occurance count"

Post a Comment