Discussion:
Search for a folder
(too old to reply)
Single Stage to Orbit
about a year ago
Permalink
Unix has some great tools for searching for folders and files. Are
there similar ones in VMS like `grep` or `find`?

THe folder structure in OpenVMS is wierd... what's the root folder
equivalent is it [000000] or is it cleverer than that?
--
Tactical Nuclear Kittens
Arne Vajhøj
about a year ago
Permalink
Post by Single Stage to Orbit
Unix has some great tools for searching for folders and files. Are
there similar ones in VMS like `grep` or `find`?
THe folder structure in OpenVMS is wierd... what's the root folder
equivalent is it [000000] or is it cleverer than that?
$ DIR disk:[000000...]FOOBAR.TXT

$ SEARCH disk:[000000...]*.TXT FOOBAR

etc. can do some.

If that is not sufficient then look for various tools on the
Freeware CD.

Arne
Single Stage to Orbit
about a year ago
Permalink
Post by Arne Vajhøj
Post by Single Stage to Orbit
Unix has some great tools for searching for folders and files. Are
there similar ones in VMS like `grep` or `find`?
THe folder structure in OpenVMS is wierd... what's the root folder
equivalent is it [000000] or is it cleverer than that?
$ DIR disk:[000000...]FOOBAR.TXT
$ SEARCH disk:[000000...]*.TXT FOOBAR
etc. can do some.
If that is not sufficient then look for various tools on the
Freeware CD.
Perfect thanks.
--
Tactical Nuclear Kittens
Loading...