mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +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
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/tcl3
Commit: dedbc17160
Pull-request: https://github.com/SerenityOS/serenity/pull/19614
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