in reply to Re^2: cgi search all txt files in a directory
in thread cgi search all txt files in a directory
It will open files that start with $digit. The star after $digit is a glob. For example, when $digit is 1, then you'll get all files starting with 1. If you need to put some more path around that, go ahead. For example:
</path/to/some/directory/$digit*>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: cgi search all txt files in a directory
by frenchface (Initiate) on Sep 24, 2010 at 01:01 UTC | |
|
Re^4: cgi search all txt files in a directory
by frenchface (Initiate) on Sep 23, 2010 at 11:52 UTC |