Please remove me from the list

2001-10-31 Thread Greg Tomczyk
unsubscribe -- Gregory D. Tomczyk IBM - Contractor (503) 578-5390 [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Putting results of find into an array

2001-08-01 Thread Greg Tomczyk
ts in an array, so I can then manipulate those items in the array. I do not need those files that do not meet the grep requirement. I apologize for my slowness, but any illumination you provide will be greatly appreciated. Thanks Greg On Tue, Jul 31, 2001 at 03:38:17PM -0700, Greg Tomczyk wrot

Putting results of find into an array

2001-07-31 Thread Greg Tomczyk
Hello, I was wondering if some one could assist me in something I am sure is simple for most. I am utilizing find2perl utility and implemented it into a perl script. However I would like to have the results of the find stored into an array. Basically I am trying to traverse a directory tree, and

find2perl

2001-07-30 Thread Greg Tomczyk
Hello, I am new to this list and hope someone, will be able to help me. I am trying to do a find/search on a directory tree and store the results of that find into an array which I can then manipulate. I can run find using the system command an put contents into a flat file, but I would like to u