mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 18:17:55 +01:00
grep: simplify -l example to match the others
This commit is contained in:
parent
e7ca2819f0
commit
385a89558e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
- Print file names with matches:
|
- Print file names with matches:
|
||||||
|
|
||||||
`grep -rl {{search_string}} .`
|
`grep -l {{search_string}} {{path/to/file}}`
|
||||||
|
|
||||||
- Use the standard input instead of a file:
|
- Use the standard input instead of a file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue