Grep: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with " =HOWTO= ==match N characters== egrep [0-9]{4} foofile"
Tag: wikieditor
 
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=HOWTO=
==List files not containing string==
grep -L foobar *


=HOWTO=
=FAQ=
==match N characters==
==binary file matches==
egrep [0-9]{4} foofile

Latest revision as of 10:59, 19 February 2025

HOWTO

List files not containing string

grep -L foobar *

FAQ

binary file matches