0.0.6 • Published 2 years ago

usv-cli v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

usv-cli

npm i usv-cli

Usage

usv [OPTION]... [FILE]...

Options

FlagDescription
-h, --helpPrint help message
-u, --unitSet unit separator
-r, --recordSet record separator
-g, --groupSet group separator
-f, --fileSet file separator
-n, --newlineSet final newline after output
--Read from stdin

Examples

Reading from file:

usv -n example.usv example42.usv

Reading from stdin:

echo "a␟b␞c␟d␝e␟f␞g␟h␜i␟j␞k␟l␝m␟n␞o␟p" | usv --
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago