cash-sort
This is a cross-platform, 100% ES6 implementation of the Unix sort
command.
npm install cash-sort -g
This will install sort
globally in your system path.
For help on the command, type:
> sort --help
More
This module is part of Cash, a project providing cross-platform implementations of all major Unix-based commands in pure Javascript.
Related
- cash - Main project
- cash-global - Globally install all commands
- vorpal - Cash is built on Vorpal
Individual commands
- cash-cat
- cash-cp
- cash-false
- cash-kill
- cash-ls
- cash-mkdir
- cash-mv
- cash-pwd
- cash-sort
- cash-touch
- cash-true
- cash-rm
License
MIT © David Caccavella