> > type user.txt | sort > user.tmp > > copy user.tmp user.txt > > del user.tmp > >type user.txt | sort > user.txt > >...is even better.
what about case insensitive? what about the dupes? why not count them up to? sort -f < user.txt | uniq -i | tee users.sort | wc -l I don't know why you guys even suit up for the game. It must be just for the exercise, huh? or character development, like learning how to lose gracefully? :)) Len Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
