Harmonize formatting and capitalization of stdin/stdout/stderr
This commit is contained in:

committed by
Agniva De Sarker

parent
5284daaa64
commit
cf25745db1
@@ -10,10 +10,10 @@
|
||||
|
||||
`base64 -D -i {{base64_file}}`
|
||||
|
||||
- Encode from stdin:
|
||||
- Encode from `stdin`:
|
||||
|
||||
`echo -n {{plain_text}} | base64`
|
||||
|
||||
- Decode from stdin:
|
||||
- Decode from `stdin`:
|
||||
|
||||
`echo -n {{base64_text}} | base64 -D`
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
`logger {{message}}`
|
||||
|
||||
- Take input from stdin and log to syslog:
|
||||
- Take input from `stdin` and log to syslog:
|
||||
|
||||
`echo {{log_entry}} | logger`
|
||||
|
||||
|
@@ -18,6 +18,6 @@
|
||||
|
||||
`shasum --check {{list_file}}`
|
||||
|
||||
- Calculate the SHA1 checksum from stdin:
|
||||
- Calculate the SHA1 checksum from `stdin`:
|
||||
|
||||
`{{somecommand}} | shasum`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# yank
|
||||
|
||||
> Read input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard.
|
||||
> Read input from `stdin` and display a selection interface that allows a field to be selected and copied to the clipboard.
|
||||
|
||||
- Yank using the default delimiters (\f, \n, \r, \s, \t):
|
||||
|
||||
|
Reference in New Issue
Block a user