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  

8 years ago

grep list the whole line which matches

If we needs the whole line grep -R -a 'XXX'  

9 years ago

This website uses cookies.