diff --git a/pages/common/coreutils.md b/pages/common/coreutils.md new file mode 100644 index 0000000000..1417201b2a --- /dev/null +++ b/pages/common/coreutils.md @@ -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: . + +- 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`