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

2006-10-03 Thread Whoever Whatever

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 <[EMAIL PROTECTED]> 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@lists.hosef.org mailing list
http://lists.hosef.org/cgi-bin/mailman/listinfo/luau



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

2006-10-03 Thread R. Scott Belford

Vince Hoang wrote:


*eyes roll*


Vince made short order of it.  Thanks, Vince.  I don't know the lyrics 
to "eyes roll."




-Vince


--scott