mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
docs: document fmt in GNU extensions
This commit is contained in:
parent
e734be6775
commit
4a96feb36b
1 changed files with 7 additions and 0 deletions
|
@ -43,3 +43,10 @@ therefore welcomed.
|
||||||
|
|
||||||
`cut` can separate fields by whitespace (Space and Tab) with `-w` flag. This
|
`cut` can separate fields by whitespace (Space and Tab) with `-w` flag. This
|
||||||
feature is adopted from [FreeBSD](https://www.freebsd.org/cgi/man.cgi?cut).
|
feature is adopted from [FreeBSD](https://www.freebsd.org/cgi/man.cgi?cut).
|
||||||
|
|
||||||
|
## `fmt`
|
||||||
|
|
||||||
|
`fmt` has additional flags for prefixes: `-P/--skip-prefix`, `-x/--exact-prefix`, and
|
||||||
|
`-X/--exact-skip-prefix`. With `-m/--preserve-headers`, an attempt is made to detect and preserve
|
||||||
|
mail headers in the input. `-q/--quick` breaks lines more quickly. And `-T/--tab-width` defines the
|
||||||
|
number of spaces representing a tab when determining the line length.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue