diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-02 16:56:31 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-02 16:56:31 +0100 |
commit | c47e6b42946760428b743af0e9492cb145f6d9e5 (patch) | |
tree | 91c841f982752aba193c7a5ee69c268f2f9a9e6f | |
parent | 109b1950e0b812e2797787975d88e8c1e16af725 (diff) |
Fix broken example
-rw-r--r-- | man/grab.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ An error occured. .Sh EXAMPLES List all your systems CPU flags, sorted and without duplicates: .Pp -.Dl $ grab 'x/^flags.*/ x/\ew+/ G/flags/' | sort | uniq +.Dl $ grab -n 'x/^flags.*/ x/\ew+/ G/flags/' /proc/cpuinfo | sort | uniq .Pp Search for a pattern in multiple files without printing filenames: .Pp |