This is the Linux app named uutils coreutils whose latest release can be downloaded as coreutils-0.0.22-i686-pc-windows-msvc.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named uutils coreutils with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
uutils coreutils
DESCRIPTION:
uutils is an attempt at writing universal (as in cross-platform) CLI utilities in Rust. Many GNU, Linux and other utilities are useful, and obviously some effort has been spent in the past to port them to Windows. However, those projects are written in platform-specific C, a language considered unsafe compared to Rust, and have other issues. Rust provides a good, platform-agnostic way of writing systems utilities that are easy to compile anywhere, and this is as good a way as any to try and learn it. The requirements are to have Rust (cargo, rustc), GNU Make (required to build documentation), Sphinx (for documentation), and gzip (for installing documentation). uutils follows Rust's release channels and is tested against stable, beta and nightly. The current oldest supported version of the Rust compiler is 1.43.1. On both Windows and Redox, only the nightly version is tested currently.
Features
- There are currently two methods to build the uutils binaries, either Cargo or GNU Make
- Building uutils using Cargo is easy because the process is the same as for every other Rust program
- This command builds the most portable common core set of uutils into a multicall (BusyBox-type) binary
- Additional platform-specific uutils are often available
- Building using make is a simple process as well
- Testing can be done using either Cargo or make
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/uutils-coreutils.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.