[SLUG] Creating a playlist

Fintan Gaughan fgaughan at gmail.com
Sun May 7 11:46:30 BST 2006


On 07/05/06, Stephen O'Neill <soneill84 at yahoo.co.uk> wrote:
> Mike Bennett wrote:
> >
> > find /home/mike -name "*.mp3" -print >> .playlist
> > find /home/mike -name "*.ogg" -print >> .playlist
>
> You can combine these into a single find command so that you get your
> list in directory order...
>
> find /home/mike -name "*.mp3" -or -name "*.ogg" > .playlist
>
> Steve O

Thanks for that as that was the original idea i was trying to do :-)

Fintan




More information about the Scarborough mailing list