mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 09:57:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user