Skip to content

Instantly share code, notes, and snippets.

@mdurys
Created February 18, 2015 09:33
Show Gist options
  • Select an option

  • Save mdurys/ac64f9b0cc9441efeb1f to your computer and use it in GitHub Desktop.

Select an option

Save mdurys/ac64f9b0cc9441efeb1f to your computer and use it in GitHub Desktop.
Rearrange lines in file in random order and split the result into files with given number of lines
sort --random-sort customer.csv | split --lines 29175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment