>I found Dusty's batch file to alphabetize lists, but I wanted to go a step >further and do this to all the user.txt and user.lst files. Does anyone >have any experience with this? > >I can output dir to a tmp file for processing, but I can't figure out how >to properly parse the information. The Windows 2000 command For/do seems >like it would be a simple solution, but I can't figure out how to do >multiple commands or pass a variable. Any idea?
this is eyes-closed stuff for grep, awk, sed, egrep, sort, uniq, tr, etc, etc. http://unxutils.sourceforge.net/ spend the time, a couple of hours, and you'll not regret it. what you want to do is probably a one-liner 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/
