G Guest Aug 13, 2006 #1 Is there a way to add to a list in a saved document and have it automatically put the list in alphabetical order?
Is there a way to add to a list in a saved document and have it automatically put the list in alphabetical order?
J Jon Aug 13, 2006 #2 It cannot be denied that "mysties1 said: Is there a way to add to a list in a saved document Click to expand... echo some text >> list1.txt and have it automatically put the list in alphabetical order? Click to expand... sort list1.txt > list2.txt del list1.txt rename list2.txt list1.txt
It cannot be denied that "mysties1 said: Is there a way to add to a list in a saved document Click to expand... echo some text >> list1.txt and have it automatically put the list in alphabetical order? Click to expand... sort list1.txt > list2.txt del list1.txt rename list2.txt list1.txt