Skip to content

Instantly share code, notes, and snippets.

@ruliana
Last active November 17, 2016 12:00
Show Gist options
  • Save ruliana/c4ccf396951f910889046f2200cfee99 to your computer and use it in GitHub Desktop.
Save ruliana/c4ccf396951f910889046f2200cfee99 to your computer and use it in GitHub Desktop.
Create 9 samples of data from a big CSV
seq 1 9 | xargs -I{} sh -c 'shuf everything.csv -n 999 > sample_{}.csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment