Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


grep_tricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
grep_tricks [2019/10/03 14:54] juckinsgrep_tricks [2026/07/08 17:13] (current) juckins
Line 6: Line 6:
      
 Is produced by typing: Is produced by typing:
-  grep G CTRL+V+TAB du.info.20190103a.txt+  grep "G CTRL+V+TABdu.info.20190103a.txt 
 +   
 +Find all files in a directory having a line beginning with Weather and dedupe file matches: 
 +  find . -type f -name '*appended*' -exec grep -l '^Weather' {} +
grep_tricks.1570128866.txt.gz · Last modified: by juckins