Skip to content

Instantly share code, notes, and snippets.

@vishichoudhary
Created July 6, 2019 20:11
Show Gist options
  • Save vishichoudhary/61c5d3acb2bbc71d74738b76efcf776c to your computer and use it in GitHub Desktop.
Save vishichoudhary/61c5d3acb2bbc71d74738b76efcf776c to your computer and use it in GitHub Desktop.
shuffe_lines
python -c "import random, sys; x = open(sys.argv[1]).readlines(); random.shuffle(x); print ''.join(x)," shuffle_mylines.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment