mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 00:35:39 +02:00
Merge pull request #594 from antoniom13/update-grep
grep: add line number
This commit is contained in:
commit
17faf11ac7
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
|
|
||||||
`grep -c {{something}} {{file_path}}`
|
`grep -c {{something}} {{file_path}}`
|
||||||
|
|
||||||
|
- print line number for each match
|
||||||
|
|
||||||
|
`grep -n {{something}} {{file_path}}`
|
||||||
|
|
||||||
- use the standard input instead of a file
|
- use the standard input instead of a file
|
||||||
|
|
||||||
`cat {{file_path}} | grep {{something}}`
|
`cat {{file_path}} | grep {{something}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue