Alphabetically sort file
Posted: 24 May 2013 22:37
Hey all
I have a simple script that writes text to a file.
What I'd like to add, is the ability to sort each line of the file alphabetically.
So say I have
the script would re-order it to
Thanks!
keebs
I have a simple script that writes text to a file.
What I'd like to add, is the ability to sort each line of the file alphabetically.
So say I have
Code: Select all
alpha
charlie
bravo
the script would re-order it to
Code: Select all
alpha
bravo
charlie
Thanks!
keebs