Skip to main content

CoreUtils

Cross-platform JavaScript rewrite of the GNU coreutils.

Installing

This will install all the commands.

source <(curl -s https://deno.land/x/coreutils/install.sh)

Installing Individual Commands

Example installing the yes command:

deno install https://deno.land/x/coreutils/bin/yes.js

The following commands are currently available:

Some commands need extra permissions, check the documentation if you are having problems executing or installing any command.

License

This project is licensed under the MIT License.