Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raypereda/shuffle
- Owner: raypereda
- License: mit
- Created: 2019-09-23T16:43:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:35:25.000Z (over 1 year ago)
- Last Synced: 2024-06-20T11:14:51.615Z (5 months ago)
- Topics: fasttext, shuffle, text, text-classification, text-processing
- Language: Go
- Homepage:
- Size: 4.67 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.