1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +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:
Tim Ledbetter 2023-06-24 20:55:38 +01:00 committed by Andreas Kling
parent e740489abd
commit dedbc17160
2 changed files with 8 additions and 3 deletions

View file

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