From 170b8a92434233241c990c3e9432786de3262bcd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 22 Feb 2024 20:48:16 +0100 Subject: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c326f9a..f599598 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ grab 'x/^flags.*/ x/\w+/ G/flags/' /proc/cpuinfo \ 1) Select lines that start with ‘flags’: `x/^flags.*/` 2) Select all the words: `x/\w+/` -3) Filter out the word ‘flags’: `v/flags/` +3) Filter out the word ‘flags’: `G/flags/` ### Find `` tags with the attribute `data-attr` in a Git repo -- cgit v1.2.3