Grep: Difference between revisions

From DWIKI
(Created page with " =HOWTO= ==match N characters== egrep [0-9]{4} foofile")
 
mNo edit summary
 
(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 12:59, 19 February 2025

HOWTO

List files not containing string

grep -L foobar *

FAQ

binary file matches