Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-15 00:17:16 +00:00
parent 7e8c7b7588
commit 7f2392a93f
5 changed files with 69 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# egrep
> Find patterns in files using extended regular expression (supports `?`, `+`, `{}`, `()` and `|`).
> Find patterns in files using extended regular expression (supports `?`, `+`, `{}`, `()`, and `|`).
> More information: <https://manned.org/egrep>.
- Search for a pattern within a file: