mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 08:55:34 +02:00
Add an example for grep with color output (#8087)
This commit is contained in:
parent
791abd7b78
commit
69434ed5e8
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
`grep --{{context|before-context|after-context}}={{3}} "{{search_pattern}}" {{path/to/file}}`
|
||||
|
||||
- Print file name and line number for each match:
|
||||
- Print file name and line number for each match with color output:
|
||||
|
||||
`grep --with-filename --line-number "{{search_pattern}}" {{path/to/file}}`
|
||||
`grep --with-filename --line-number --color=always "{{search_pattern}}" {{path/to/file}}`
|
||||
|
||||
- Search for lines matching a pattern, printing only the matched text:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue