mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
coreutils: add page (#16170)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
828b31f822
commit
ff38ddac7e
1 changed files with 17 additions and 0 deletions
17
pages/common/coreutils.md
Normal file
17
pages/common/coreutils.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# coreutils
|
||||||
|
|
||||||
|
> Uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust Language.
|
||||||
|
> Uutils includes a multi-call binary from which the utils can be invoked. This reduces the binary size of the binary and can be useful for portability.
|
||||||
|
> More information: <https://uutils.github.io/coreutils/docs/multicall.html>.
|
||||||
|
|
||||||
|
- Run a utility with arguments:
|
||||||
|
|
||||||
|
`coreutils {{util}} {{util_options}}`
|
||||||
|
|
||||||
|
- List files in [l]ong format:
|
||||||
|
|
||||||
|
`coreutils ls -l`
|
||||||
|
|
||||||
|
- Display help for `ls`:
|
||||||
|
|
||||||
|
`coreutils ls --help`
|
Loading…
Add table
Reference in a new issue