shuffle

command module
v0.0.0-...-c6818b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2023 License: MIT Imports: 6 Imported by: 0

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] <file>
    shuffle [-h] [-help]
<file> 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.

Documentation

Overview

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL