Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raypereda/shuffle

a tool for shuffling lines of text
https://github.com/raypereda/shuffle

fasttext shuffle text text-classification text-processing

Last synced: 1 day ago
JSON representation

a tool for shuffling lines of text

Awesome Lists containing this project

README

        

# shuffle
This shuffle command reads an input text file, and writes shuffled lines.
Output is set to standard output.

Example
```
Usage of C:\Users\rpereda\src\shuffle\shuffle.exe:
shuffle [-seed N]
shuffle [-h] [-help]
is a required input file.
This command reads an input text file, and writes shuffled lines.
Output is set to standard output.
-seed int
Optional random number seed (default 1)
$ cat temp.txt
1
2
3
4
5
6
7
8
9
10
$ .\shuffle temp.txt
2
8
5
1
10
3
4
6
9
7
```

Window 64-bit build is shuffle.exe.
Linux 64-bit build is shuffle.