On Sun, May 24, 2009 at 9:54 AM, Michael Casey <michaelcase...@gmail.com> wrote:
> I used it for this:
>
> http://pastebin.ca/1432758
>
> generating m3u files for each subfolder too
>
You don't need the initial '$' in $(cd "$FOLDERNAME"; find . -maxdepth
1 -name "*.mp3" -type f > "Playlist_${PWD##*/}".m3u;)

The usual use of "$(...) is var=$(...)" where var get $(...) output.

Regards,


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to