awk -F, '$6==value' | count the number of words in a file: awk '{ total = total + NF }; END { print total+0 }'

Show if column 6 contains value in the file file.csv.gz
gzcat file.csv.gz | awk -F, '$6==value'

Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all