Grep: Difference between revisions
From DWIKI
Created page with " =HOWTO= ==match N characters== egrep [0-9]{4} foofile" Tag: wikieditor |
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 * | |||
= | =FAQ= | ||
== | ==binary file matches== | ||
Latest revision as of 10:59, 19 February 2025
HOWTO
List files not containing string
grep -L foobar *
