Created
February 18, 2015 09:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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