*: always backquote stdin
, stdout
and stderr
(#9584)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
`egrep "{{search_pattern}}" {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`
|
||||
|
||||
- Search stdin for a pattern:
|
||||
- Search `stdin` for a pattern:
|
||||
|
||||
`cat {{path/to/file}} | egrep {{search_pattern}}`
|
||||
|
||||
|
Reference in New Issue
Block a user