• Search for a folder

    From Single Stage to Orbit@21:1/5 to All on Fri Jan 26 20:23:55 2024
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Arne_Vajh=C3=B8j?=@21:1/5 to Single Stage to Orbit on Fri Jan 26 15:36:16 2024
    On 1/26/2024 3:23 PM, Single Stage to Orbit wrote:
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Single Stage to Orbit@21:1/5 to All on Fri Jan 26 20:43:48 2024
    On Fri, 2024-01-26 at 15:36 -0500, Arne Vajhøj wrote:
    On 1/26/2024 3:23 PM, Single Stage to Orbit wrote:
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)