*: always backquote stdin
, stdout
and stderr
(#9584)
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
|
||||
`read -s {{variable}}`
|
||||
|
||||
- Read stdin and perform an action on every line:
|
||||
- Read `stdin` and perform an action on every line:
|
||||
|
||||
`while read line; do echo "$line"; done`
|
||||
|
Reference in New Issue
Block a user