*: always backquote stdin
, stdout
and stderr
(#9584)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# keep-header
|
||||
|
||||
> Keep first line untouched by a command, passing it directly to stdout.
|
||||
> Keep first line untouched by a command, passing it directly to `stdout`.
|
||||
> More information: <https://github.com/eBay/tsv-utils#keep-header>.
|
||||
|
||||
- Sort a file and keep the first line at the top:
|
||||
|
||||
`keep-header {{path/to/file}} -- sort`
|
||||
|
||||
- Output first line directly to stdout, passing the remainder of the file through the specified command:
|
||||
- Output first line directly to `stdout`, passing the remainder of the file through the specified command:
|
||||
|
||||
`keep-header {{path/to/file}} -- {{command}}`
|
||||
|
||||
- Read from stdin, sorting all except the first line:
|
||||
- Read from `stdin`, sorting all except the first line:
|
||||
|
||||
`cat {{path/to/file}} | keep-header -- {{command}}`
|
||||
|
||||
|
Reference in New Issue
Block a user