snippetbashTip
coreutils — Uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust Language. Uutils
Viewed 0 times
reimplementationcommanduutilsclicrossplatformcoreutils
Problem
How to use the
coreutils command: 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>.Solution
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 -lDisplay help for
ls:coreutils ls --helpCode Snippets
Run a utility with arguments
coreutils {{util}} {{util_options}}List files in [l]ong format
coreutils ls -lDisplay help for `ls`
coreutils ls --helpContext
tldr-pages: common/coreutils
Revisions (0)
No revisions yet.