Skip to content

Instantly share code, notes, and snippets.

@joshcutler
Created May 22, 2012 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshcutler/2769323 to your computer and use it in GitHub Desktop.
Save joshcutler/2769323 to your computer and use it in GitHub Desktop.
Sample From a large file (by line)
perl -ne 'print if (rand() < .01)' large_input_file.txt > sampled_output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment