Samuel W. Heywood wrote: > > FINDIT [drive:]filename[.[ext]] [/Q] > > Does anyone here know where I can get a somewhat equivalent > program for Linux?
------------------------------------------------------------- find [directory] -name filename ------------------------------------------------------------- Search in specified directory (and all directories below it) for filename (may be wildcarded). The default directory is the current directory. Use / to search entire filesystem. ------------------------------------------------------------- There are several other parameters available for the find command, which enable searching by file type, permissions, date, etc. The 'find' command is in most Linux distributions. Even BasicLinux has it. Cheers, Steven _______________________________________________ http://homepages.ihug.co.nz/~ichi/baslinux.html
