commit 8a51d257118bee6d83123f59da068c733f20f06b parent a994d001b20b76e476c3b179c45655e919892811 Author: ling0x <ling0x@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:36:06 +0100 refactor: commands Diffstat:
| M | commands/grep_and_ripgrep.txt | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/commands/grep_and_ripgrep.txt b/commands/grep_and_ripgrep.txt @@ -10,3 +10,6 @@ rg "TODO" ls -la | grep "^l" +- Shows 2 more lines after the grepped line: + +list some data | rg "listing_index_page_entry_urls" -A 2