Hello
I'm running 10.4.11. I have a list of 12019 items for a total of 1,273,779 characters.
Is it normal that this handler
on sortClean_nList(unsortedList) set AppleScript's text item delimiters to (ASCII character 10) set sortedList to paragraphs of (do shell script "echo " & quoted form of (unsortedList as string) & "| sort -n -u") set AppleScript's text item delimiters to "" return sortedList end sortClean_nList
fails returning :
La commande s'est arrétée avec un état non nul
The command stopped with a non-null status.
Thanks in advance.
Yvan KOENIG (VALLAURIS, France) mardi 4 mai 2010 21:26:21
|