Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 208 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 208 Bytes

shuffle

shuffle randomly shuffles each line of the input text and displays it.

Install

$ go get github.com/kechako/shuffle

Usage

$ shuffle list.txt
# or
$ cat list.txt | shuffle