Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Created May 15, 2018 06:48
Show Gist options
  • Save jyhsu2000/c5ee3de912aa6c30b94e1bec37522a9b to your computer and use it in GitHub Desktop.
Save jyhsu2000/c5ee3de912aa6c30b94e1bec37522a9b to your computer and use it in GitHub Desktop.
Select random files
ls dirname | shuf -n 10
find dirname -type f | shuf -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment