grep - zgrep File to get Lines containing any of a list of words -
i have large gzipped file , lines contain of list of words. there fast , efficient 1 line command this?
try piped inclusions
zgrep -e "one|two|three" myfile.gz
i have large gzipped file , lines contain of list of words. there fast , efficient 1 line command this?
try piped inclusions
zgrep -e "one|two|three" myfile.gz
Comments
Post a Comment