in reply to Re^2: random file script
in thread random file script
Long lines on shell are the unix spirit :P . Tools that only have a mission and glue magicfunction playlist { find /home/javi/Música/ -type f | grep "$1" | shuf | head -n $2; } $ playlist mp3 10
|
|---|