dorian-shuffle
Shuffle input lines.
Install
gem install dorian-shuffleAlso included in the aggregate gem:
gem install dorianUsage
shuffle [line ...] [file ...]Run shuffle -h for generated option details and shuffle -v for the installed version.
Notes
- Reads from files, arguments, or stdin and prints shuffled stripped lines.
Examples
Shuffle names
printf 'Alice\nBob\nCarol\n' | shuffle