Harmonize formatting and capitalization of stdin/stdout/stderr

This commit is contained in:
Waldir Pimenta
2019-06-17 16:00:38 +01:00
committed by Agniva De Sarker
parent 5284daaa64
commit cf25745db1
61 changed files with 77 additions and 77 deletions

View File

@@ -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`

View File

@@ -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`

View File

@@ -18,6 +18,6 @@
`shasum --check {{list_file}}`
- Calculate the SHA1 checksum from stdin:
- Calculate the SHA1 checksum from `stdin`:
`{{somecommand}} | shasum`

View File

@@ -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):