Re: Grab list of album names in iTunes?
Re: Grab list of album names in iTunes?
- Subject: Re: Grab list of album names in iTunes?
- From: Graff <email@hidden>
- Date: Tue, 03 Feb 2004 17:42:51 -0500
On Feb 3, 2004, at 3:23 PM, Andrew Oliver wrote:
On 2/3/04 11:54 AM, "Graff" <email@hidden> wrote:
set uniqueText to do shell script "sort -f " & filePOSIX & " | uniq"
Or just use the -u switch for sort, which only outputs unique lines and
saves forking another process.
set uniqueText to do shell script "sort -u -f " & filePOSIX
Ahh yeah, good call. I thought there was a unique option and I looked
for it in the man page but I didn't see it.
- Ken
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.