mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
cut: Add -s
option to suppress lines without field delimiters
If this option is not specified, lines that contain to field delimiters will be printed unmodified.
This commit is contained in:
parent
e740489abd
commit
dedbc17160
2 changed files with 8 additions and 3 deletions
|
@ -23,6 +23,7 @@ With no FILE, or when FILE is -, read standard input.
|
|||
* `-b` `--bytes=list`: Select only these bytes
|
||||
* `-f` `--fields=list`: select only these fields; also print any line that contains no delimiter character
|
||||
* `-d` `--delimiter=delim`: use `delim` instead of `tab` for field delimiter
|
||||
* `-s`, `only-delimited`: suppress lines which don't contain any field delimiter characters
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue