mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
docs: add extension (short options with args)
This commit is contained in:
parent
49fd7c5697
commit
6247986a52
1 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,21 @@ 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
|
||||
extensions.
|
||||
|
||||
## General
|
||||
|
||||
GNU coreutils provides two ways to define short options taking an argument:
|
||||
|
||||
```
|
||||
$ ls -w 80
|
||||
$ ls -w80
|
||||
```
|
||||
|
||||
We support a third way:
|
||||
|
||||
```
|
||||
$ ls -w=80
|
||||
```
|
||||
|
||||
## `env`
|
||||
|
||||
`env` has an additional `-f`/`--file` flag that can parse `.env` files and set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue