Skip to content

Instantly share code, notes, and snippets.

@jppommet
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save jppommet/816a94f91b4c48ddb2f5 to your computer and use it in GitHub Desktop.

Select an option

Save jppommet/816a94f91b4c48ddb2f5 to your computer and use it in GitHub Desktop.
Pick a random line from a file
cat $FILE | sort --random-sort | head -n 1
# alternatively
rl -c 1 -n src/main/resources/and-feb10.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment