coreutils Command Examples

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.

coreutils {{util}} {{util_options}}

coreutils ls -l

coreutils ls --help