1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 16:18:00 +01:00

grep: simplify -l example to match the others

This commit is contained in:
Waldir Pimenta 2016-06-24 10:39:17 +01:00 committed by GitHub
parent e7ca2819f0
commit 385a89558e

View file

@ -33,7 +33,7 @@
- Print file names with matches:
`grep -rl {{search_string}} .`
`grep -l {{search_string}} {{path/to/file}}`
- Use the standard input instead of a file: