RE: Simple: Read a text file

2002-04-15 Thread Dave Kramer
does work wonders for ripping through multiple directoies and processing mutiple files. DK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Wening Andreas Sent: Monday, April 15, 2002 7:24 AM To: '[EMAIL PROTECTED]' Subject: Simple: Read a text file

Re: Simple: Read a text file

2002-04-15 Thread $Bill Luebkert
Wening Andreas wrote: > Hi, > I think this is a simple one but I guess I'm blind and need some help. > I have a directory full of files and want to look into each file for a > specific string, as soon as I found this I would like to do some actions > (move its to another folder) and go over to th

Simple: Read a text file

2002-04-15 Thread Wening Andreas
Hi, I think this is a simple one but I guess I'm blind and need some help. I have a directory full of files and want to look into each file for a specific string, as soon as I found this I would like to do some actions (move its to another folder) and go over to the next file. With the while stat