Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.4 KB

index.md

File metadata and controls

53 lines (40 loc) · 1.4 KB

{{#include logo.svg}}

<style> /* Make the logo a bit bigger and center */ #logo { height: 200px; width: 100%; } /* This is necessary to get the tags to obey the CSS styles below */ g, polygon { fill: inherit; stroke: inherit; } /* Set the circle to the foreground color of the theme */ #gear circle { stroke: var(--fg); } /* Set the stroke of polygons and the copies (via use) */ #gear polygon, #gear use { fill: var(--fg); stroke: var(--fg); } </style>

uutils Coreutils Documentation

uutils is an attempt at writing universal (as in cross-platform) CLI utilities in Rust. It is available for Linux, Windows, Mac and other platforms.

The API reference for uucore, the library of functions shared between various utils, is hosted at docs.rs.

uutils is licensed under the MIT License.

Useful links

Note: This manual is automatically generated from the source code and is a work in progress.