Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grep in gz files

You need to use zgrep instead:
zgrep -a "text" compressed.gz
Comment

does grep work on gz files

gz files using the grep command. Unfortunately, grep command is not
working on my compressed files. ... You need to use zgrep command
which invokes grep on compressed or gzipped files. All options specified
are passed directly to the grep command or egrep command
Comment

PREVIOUS NEXT
Code Example
Shell :: git undo rebase 
Shell :: oevrride localwith remote branch 
Shell :: samtools sam to fastq 
Shell :: can we declare state outside the class 
Shell :: list files on hadoop file system 
Shell :: change size apache 
Shell :: npm steps 
Shell :: xampp archlinux 
Shell :: PowerShell cant run curl command 
Shell :: install talib linux server 
Shell :: windows get hostname from ip 
Shell :: how to remove remote ulr 
Shell :: linux command to cut file and paste somewhere else 
Shell :: create new branch with commit id 
Shell :: git log for specific file 
Shell :: get first few characters of file linux 
Shell :: Vagrant - Remove all boxes 
Shell :: switch to previous branch git 
Shell :: artix linux 
Shell :: Unable to init server: Could not connect: Connection refused 
Shell :: where are ubuntu files stored in windows 10 
Shell :: regex all not numbers 
Shell :: how to view all the history of all your commands in linux 
Shell :: brew sdkman 
Shell :: find the size of a program in linux 
Shell :: list devices in network 
Shell :: center dock icons ubuntu 
Shell :: centos search file by name 
Shell :: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/singh/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. singh@Singhs-Air ~ % sudo apachectl start 
Shell :: npm install yarn 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =