I have a directory with 2000 files or so. I want a script or a list of piped commands that will allow me to select a random sample of N files.
|
|
Does this work? I don't use Bash, but a quick Google search gave me this link: http://benjisimon.blogspot.com/2008/05/bash-shell-hack-picking-random-set-of.html |
||||
|
|
|
Here's a script that uses GNU sort's random option:
|
||
|
