mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 00:35:23 +02:00
Merge f7373228ac
into dd977f9733
This commit is contained in:
commit
7329106525
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Print 3 lines of [C]ontext around, [B]efore or [A]fter each match:
|
||||
|
||||
`grep --{{context|before-context|after-context}} 3 "{{search_pattern}}" {{path/to/file}}`
|
||||
`grep {{--context|--before-context|--after-context}} 3 "{{search_pattern}}" {{path/to/file}}`
|
||||
|
||||
- Print file name and line number for each match with color output:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue