www.digitalmars.com [Home] [Search] [CTG] [RTL] [IDDE]
Last update Jul 1, 2004

WHEREIS: Search For Files

whereis searches a directory tree or the entire disk for specified files.
	whereis filespec
Searches the entire disk for files matching filespec. filespec can contain ? and * wildcards.
	whereis directory filespec
Recursively searches directory and all its subdirectories for files matching filespec. filespec can contain ? and * wildcards.
Copyright © 1995-2004 Digital Mars. All Rights Reserved.