If you are looking to match only part of the string on a given column, you can use advice from http://stackoverflow.com/questions/17001849/awk-partly-string-match-if-column-partly-matcheshttps://stackoverflow.com/questions/17001849/awk-partly-string-match-if-column-partly-matches
some_command | awk '$6 ~ /string/'