Skip to main content
Deno 2 is finally here 🎉️
Learn more

coreutils

Cross-platform JavaScript rewrite of the GNU coreutils. This project uses Deno as runtime.

Installing all the commands

You need to have installed Deno for this step. This will install all the commands:

curl -fsSL https://deno.land/x/coreutils/install.sh | sh

This will install the command with the js prefix.

E.g If you want to use the yes command, you have to write:

jsyes

Installing Individual Commands

Example installing the yes command:

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

If you want to install the script with other name check the Deno docs.

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.