Chris Arnold schreef: > Randall R Schulz wrote: >> You have to fill that part in. Do you know the names of the files? If >> so, list them in the first section. >> >> Do you have a set of "find" criteria that will produce the target files? >> If so, use that section. >> >> Do you have a simple shell "glob" (wild-card) expression that will yield >> the proper targets? If so, use that. >> > Shouldn't *.php yield the results i need as far as find the 2000 files?
Only if 1. All target files are in one and the same directory 2. You are in that directory 3. All target files have extension .php 4. No other files in that directory have extension .php So you have to say something about your directory structure to answer that one. -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
