At 08:18 PM 26-04-00 -0400, Roger Merchberger wrote:
And one other question which I've not found or
figured out myself... How do
I get a directory listing of *just the subdirectories*? I've figured out
how to search for a particular filename or extension recursively thru the
subdirectories, but what's the VMS equivalent to DOS's dir /ad or linux's
ls -lAF|grep '/$' ???
What about
$ dir *.dir
or if you want more details
$ dir/size=all/security *.dir