[LUAU] not using SED to extract song, artist, and album from my iTunes Music List Export

Whoever Whatever totally.lost at gmail.com
Tue Oct 3 19:39:15 PDT 2006


Is this what you wanted? all in one line:

cat Music.txt | perl -pi -e 's/\r/\n/g;' | awk '{split($0,a,"\t");
print "\""a[1]"\"""\t""\""a[2]"\"""\t""\""a[4]"\""}'

On 10/3/06, R. Scott Belford <scott at hosef.org> wrote:
> Vince Hoang wrote:
> >
> > *eyes roll*
>
> Vince made short order of it.  Thanks, Vince.  I don't know the lyrics
> to "eyes roll."
>
> >
> > -Vince
>
> --scott
> _______________________________________________
> LUAU at lists.hosef.org mailing list
> http://lists.hosef.org/cgi-bin/mailman/listinfo/luau
>



More information about the LUAU mailing list