03Nov / 2011
#!/bin/bash files=(*) echo "${files[RANDOM % ${#files[@]}]}"
Posted in Uncategorized
Permalink
← Previous postNext post →
Comments are closed.