Python Script that Implements GNU 'shuf' command
- Clone git repository using link
- See https://www.gnu.org/software/coreutils/manual/html_node/shuf-invocation.html for more information on how to run program from command line.
- Use "python shuf.py" in place of "shuf" in the commands from the above link