Directory (OpenVMS command): Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes, added orphan tag
Rescuing 0 sources and tagging 1 as dead.) #IABot (v2.0.9.2
 
(7 intermediate revisions by 7 users not shown)
Line 1:
{{Unreferenced stub|auto=yesrefimprove|date=DecemberAugust 20092020}}
{{Infobox software
{{Orphan|date=December 2009}}
| name = DIRECTORY
 
| logo =
In [[computer software]], specifically the [[command line interface]] of the [[OpenVMS]] [[operating system]], the '''DIRECTORY''' [[command (computing)|command]] (often abbreviated as '''DIR''') is used to list the [[computer file|file]]s inside a [[directory (file systems)|directory]]. It is analogous to the [[DOS]] [[dir (command)|dir]] and [[Unix]] [[ls]] commands.
| screenshot =
| screenshot size =
| caption =
| other_names = DIR
| developer = [[Digital Equipment Corporation]], [[Compaq]], [[Hewlett-Packard]], [[VMS Software Inc]]
| released =
| latest release version =
| latest release date =
| operating system = [[OpenVMS]]
| platform = [[VAX]], [[DEC Alpha|Alpha]], [[Itanium]], [[x86-64]]
| genre = [[Command (computing)|Command]]
| license =
| website =
}}
In [[computer software]], specifically the [[commandDIGITAL Command Language|DCL]] [[command-line interface]] of the [[OpenVMS]] [[operating system]], the '''DIRECTORY''' [[command (computing)|command]] (often abbreviated as '''DIR''') is used to list the [[computer file|file]]s inside a [[directory (file systems)|directory]].<ref>[https://www.itec.suny.edu/scsys/vms/OVMSDOC073/v73/6489/6489pro_005.html OpenVMS User's Manual]{{Dead link|date=October 2022 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> It is analogous to the [[DOS]] [[dir (command)|dir]] and [[Unix]] [[ls]] commands.
 
==Sample output==
<syntaxhighlight lang="console">
$ dir
 
Directory DISK$USER:[EBROCKLESBY.DICT.DICTD-1_8_0]
&nbsp;
 
Directory DISK$USER:[EBROCKLESBY.DICT.DICTD-1_8_0]
ANNOUNCE.;1 CHANGELOG.;1 CLIENTPARSE.Y;1 CLIENTSCAN.L;1
&nbsp;
ANNOUNCECODES.H;1 CHANGELOG CONFIG.GUESS;1 CLIENTPARSECONFIG.YH_IN;1 CLIENTSCAN CONFIG.LSUB;1
CODESCONFIGURE.H;1 CONFIGCONFIGURE.GUESSIN;1 CONFIGCOPYING.H_IN;1 CONFIG DAEMON.SUBC;1
CONFIGUREDATA.C;1 CONFIGURE DECL.INH;1 COPYING DICT.1;1 DAEMON DICT.C;1
DATADICT.CH;1 DECLDICTD.H8;1 DICTDICTD.1C;1 DICTDICTD.CCONF;1
DICTDICTD.H;1 DICTDDICTFMT.81;1 DICTDDICTFMT.C;1 DICTD.CONF;1
DICTDDICTFMT_INDEX2SUFFIX.H;1 DICTFMT.1;1 DICTFMT_PLUGIN.;1 DICTFMTDICTP.CH;1
DICTFMT_INDEX2SUFFIXDICTZIP.1;1 DICTZIP.C;1 DICTFMT_PLUGIN DICTZIP.H;1 DICTP DOC.HDIR;1
DICTZIPEXAMPLE.1CONF;1 DICTZIPEXAMPLE.CDICTRC;1 DICTZIPEXAMPLE.HSITE;1 DOCEXAMPLE2.DIRCONF;1
EXAMPLEEXAMPLE3.CONF;1 EXAMPLEINDEX.DICTRCC;1 EXAMPLE INITSCRIPT.SITE;1 EXAMPLE2 INSTALL-SH.CONF;1
EXAMPLE3INSTALL.CONF;1 INDEX.C;1 LIBMAA.DIR;1 INITSCRIPT MAKEFILE.;12 INSTALL-SH MAKEFILE.CONF;1
INSTALLMAKEFILE.IN;12 LIBMAAMD5.DIRC;1 MAKEFILE MD5.H;21 MAKEFILE NET.CONFC;1
MAKEFILENET.INH;21 MD5 PLUGIN.CH;1 MD5README.H;1 NETREGEX.CDIR;1
NETSERVPARSE.HY;1 PLUGINSERVSCAN.HL;1 READMETODO.;1 REGEX UTF8_UCS4.DIRC;1
SERVPARSEUTF8_UCS4.YH;1 SERVSCANZLIB.LDIR;1 TODO.;1 UTF8_UCS4.C;1
 
UTF8_UCS4.H;1 ZLIB.DIR;1
Total of 56 files.
&nbsp;
</syntaxhighlight>
Total of 56 files.
 
==See also==
*[[Ls]]
*[[Dir (command)]]
 
==References==
{{Reflist}}
 
{{DEFAULTSORT:Directory (Openvms Command)}}
Line 36 ⟶ 55:
 
 
{{Compustorage-softsoftware-stub}}