commands.sh

coreutils

all

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 and can be useful for portability.

More info →

Examples (3)

Run a utility with arguments

coreutils util util_options

List files in [l]ong format

Display help for `ls`

coreutils ls --help
made by @shridhargupta | data from tldr-pages