Print Story I miss egrep - stuck in a Windows world
Software
By nlscb (Mon May 05, 2008 at 03:50:20 PM EST) Windows, UNIX, scripting, egrep, find (all tags)
I do a lot of scripting for data processing and presentation work.  I used to work in UNIX, primarily using SAS, perl, and various UNIX scripts in born shell.  I now work in a much more limited Windows environment.  I am having trouble getting used to the Window command prompt having a much more limited set of commands. 


Currently, I need to adjust some files used to automatically create tables.  The files are ordinary text files, but they do have extensions that are not .txt.  I am looking for certain words, and sometimes the "find" command will find those words in files, and sometimes it misses them.  Any ideas on what I might be doing wrong?  Also, could anyone point me to a good online resource for windows command prompt batch files and windows scripting in general?  Usually, the ones I find are for network administrators, covering stuff that I do not even have access to, let alone a professional need. 


One thing.  I cannot install any new software on my computer.  It's not allowed where I work.  So cygwin and the like is out of the question. 

Full discussion: http://www.hulver.com/scoop/story/2008/5/5/155020/8289