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 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -