setembro 17th, 2014
somando resultados com cat/grep – shell
Posted by
Felipe Olivaes in
Linux
zgrep arquivo-log “size=” | cut -d, -f2 | awk -F ‘=’ ‘{n+=$2} END {print n}’
zgrep arquivo-log “size=” | cut -d, -f2 | awk -F ‘=’ ‘{n+=$2} END {print n}’