Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A file-gathering AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A file-gathering AppleScript
Authored by: ramonf on Oct 15, '04 08:48:04PM
I have made one small change since I posted this script. So that the name choices it gives contains no duplicates change
" | sort -f"
to
" | sort -f -u"
in the sort procedure.

[ Reply to This | # ]