Mail Archives: opendos/1997/11/27/09:17:02
Philip A Lettkeman wrote:
> While everyone is on a rant about the dir command, I miss the DIR /S from
> MS-DOS that does a search of current directory and all subdirectories to
> find a file. Is there an OpenDOS equivalent?
My favourite :
tree c:\foo\bar\*.bak
will find all .bak files below c:\foo\bar and give full information
including
attributes, date, size and path - for all files, even for sh-attributes
set.
(Note that you don't need the /f option when you specify a file name)
xdir /s might also do the job, but I've hardly used it yet ..
Andreas
- Raw text -