|
|
| |
oowhereis(1) |
FreeBSD General Commands Manual |
oowhereis(1) |
oowhereis - OOC file finder
oowhereis [options] <file-name>
oowhereis [options] <module-name>
oowhereis searches the configured repositories for a matching file name.
The full path (including the directory part) of the first file found is
written to stdout.
- --config <file>
- Use given file as configuration file.
- --repository <directory>, -r <directory>
- Add a directory to the list of repositories.
- --help, -h
- Write short usage summary and exit.
OO2CRC holds the name of the configuration file. OOC_REPS is a
list of repository paths, separated by colons (:). Empty paths are ignored.
Exit status is 0 if a matching file is found, and 1 otherwise.
oo2c(1), OOC2 Reference Manual
Michael van Acken <mva@users.sf.net>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |