in reply to Re: random file scriptin thread random file script
function playlist { find /home/javi/Música/ -type f | grep "$1" | shuf | head -n $2; } $ playlist mp3 10 [download]