mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 17:00:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`zgrep {{[-e|--regexp]}} "{{pattern_1}}" {{[-e|--regexp]}} "{{pattern_2}}" {{path/to/compressed_file}}`
|
||||
|
||||
- Use extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`):
|
||||
- Use extended `regex` (supporting `?`, `+`, `{}`, `()`, and `|`):
|
||||
|
||||
`zgrep {{[-E|--extended-regexp]}} {{regex}} {{path/to/file}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user