[clug] Command of the Hour

Jack Kelly endgame.dos at gmail.com
Thu Nov 6 10:55:31 GMT 2008


If we're all doing the necromancy thing, here's mine (in bash):

$ for f in `find -type f -name '*.flac' | shuf`; do flac -dc $f | aplay; 
done

-- Jack


More information about the linux mailing list