in reply to Re^2: random file script
in thread random file script

You can always add it to your profile, so not long lines are necessary :) :
function playlist { find /home/javi/Música/ -type f | grep "$1" | shuf | head -n $2; } $ playlist mp3 10
Long lines on shell are the unix spirit :P . Tools that only have a mission and glue magic