awk partly string match (if column/word partly matches) December 29, 2022 by Tarik awk '$3 ~ /snow/ { print }' dummy_file