Tag Archive for grep

Keresés tar archivumok fájljain belül

zgrep -a "keresett_string" 12*/audit.log.*.gz

vagy így is megeszi

zgrep -a keresett_string 12*/audit.log.*.gz

 

grep list the whole line which matches

If we needs the whole line

grep -R -a 'XXX'