0.0.6 • Published 4 years ago
usv-cli v0.0.6
usv-cli
npm i usv-cliUsage
usv [OPTION]... [FILE]...Options
| Flag | Description |
|---|---|
| -h, --help | Print help message |
| -u, --unit | Set unit separator |
| -r, --record | Set record separator |
| -g, --group | Set group separator |
| -f, --file | Set file separator |
| -n, --newline | Set final newline after output |
| -- | Read from stdin |
Examples
Reading from file:
usv -n example.usv example42.usvReading from stdin:
echo "a␟b␞c␟d␝e␟f␞g␟h␜i␟j␞k␟l␝m␟n␞o␟p" | usv --