From c47e6b42946760428b743af0e9492cb145f6d9e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 2 Feb 2024 16:56:31 +0100 Subject: Fix broken example --- man/grab.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/grab.1 b/man/grab.1 index a6f38da..d70014a 100644 --- a/man/grab.1 +++ b/man/grab.1 @@ -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 -- cgit v1.2.3