find ~/Music/* -type f -name '*.mp3' > ~/Music/Playlist.m3ua playlist is created in your music directory that contains every single music file in your music directory. Play this file via mpg123 by typing:
mpg123 -@ ~/Playlist.m3uThis is a standard MP3 playlist, so basically any MP3 program can read it. Obviously you can alter this command to list other files such as .mov, .jpeg, etc. Thought this would be helpful for some people...
[Editor's note: See previous hints on mpg123 and other uses for the find command.]

