[SLUG] Creating a playlist

Stephen O'Neill soneill84 at yahoo.co.uk
Sun May 7 11:34:01 BST 2006


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

		
___________________________________________________________ 
NEW - Yahoo! 360 – Your one place to blog, create, publish and share! http://uk.360.yahoo.com





More information about the Scarborough mailing list