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: