mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
docs: add -U/--no-utf8 as extension of (un)expand
This commit is contained in:
parent
f314daff25
commit
2c9be39099
1 changed files with 6 additions and 0 deletions
|
@ -198,3 +198,9 @@ The number of random passes is deterministic in both GNU and uutils. However, uu
|
|||
|
||||
GNU `unexpand` provides `--first-only` to convert only leading sequences of blanks. We support a
|
||||
second way: `-f` like busybox.
|
||||
|
||||
Using `-U`/`--no-utf8`, you can interpret input files as 8-bit ASCII rather than UTF-8.
|
||||
|
||||
## `expand`
|
||||
|
||||
`expand` also offers the `-U`/`--no-utf8` option to interpret input files as 8-bit ASCII instead of UTF-8.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue