mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
docs: document env -f/--file in GNU extensions
This commit is contained in:
parent
7363e53940
commit
91c8f32881
1 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,11 @@ features that are not supported by GNU coreutils. We take care not to introduce
|
||||||
features that are incompatible with the GNU coreutils. Below is a list of uutils
|
features that are incompatible with the GNU coreutils. Below is a list of uutils
|
||||||
extensions.
|
extensions.
|
||||||
|
|
||||||
|
## `env`
|
||||||
|
|
||||||
|
`env` has an additional `-f`/`--file` flag that can parse `.env` files and set
|
||||||
|
variables accordingly. This feature is adopted from `dotenv` style packages.
|
||||||
|
|
||||||
## `cp`
|
## `cp`
|
||||||
|
|
||||||
`cp` can display a progress bar when the `-g`/`--progress` flag is set.
|
`cp` can display a progress bar when the `-g`/`--progress` flag is set.
|
||||||
|
@ -36,4 +41,5 @@ therefore welcomed.
|
||||||
|
|
||||||
## `cut`
|
## `cut`
|
||||||
|
|
||||||
`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).
|
`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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue