Package Exports
- cash-sort
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cash-sort) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cash-sort
This is a cross-platform, 100% ES6 implementation of the Unix sort command.
npm install cash-sort -gThis will install sort globally in your system path.
For help on the command, type:
> sort --helpMore
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