Directory (OpenVMS command): Difference between revisions

Content deleted Content added
rv
Rescuing 0 sources and tagging 1 as dead.) #IABot (v2.0.9.2
 
(12 intermediate revisions by 11 users not shown)
Line 1:
{{refimprove|date=August 2020}}
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 (DOS command)|dir]] and [[Unix]] [[ls]] commands.
{{Infobox software
| name = DIRECTORY
| logo =
| 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 (DOS command)|dir]] and [[Unix]] [[ls]] commands.
 
== Sample output ==
<syntaxhighlight lang="console">
$ dir
 
Directory DISK$USER:[EBROCKLESBY.DICT.DICTD-1_8_0]
$ dir
 
NETANNOUNCE.H;1 PLUGINCHANGELOG.H;1 READMECLIENTPARSE.Y;1 REGEXCLIENTSCAN.DIRL;1
&nbsp;
CODES.H;1 CONFIG.GUESS;1 CONFIG.H_IN;1 CONFIG.SUB;1
Directory DISK$USER:[EBROCKLESBY.DICT.DICTD-1_8_0]
SERVPARSECONFIGURE.Y;1 SERVSCAN CONFIGURE.LIN;1 TODOCOPYING.;1 UTF8_UCS4DAEMON.C;1
&nbsp;
ANNOUNCEDATA.C;1 CHANGELOG DECL.H;1 CLIENTPARSE DICT.Y1;1 CLIENTSCAN DICT.LC;1
CODESDICT.H;1 CONFIG DICTD.GUESS8;1 CONFIG DICTD.H_INC;1 CONFIG DICTD.SUBCONF;1
CONFIGUREDICTD.H;1 CONFIGURE.IN;1 COPYINGDICTFMT.1;1 DAEMONDICTFMT.C;1
DATADICTFMT_INDEX2SUFFIX.C;1 DECL.H;1 DICTDICTFMT_PLUGIN.1;1 DICTDICTP.CH;1
DICTDICTZIP.H1;1 DICTDDICTZIP.8C;1 DICTDDICTZIP.CH;1 DICTDDOC.CONFDIR;1
DICTDEXAMPLE.HCONF;1 EXAMPLE.DICTRC;1 DICTFMTEXAMPLE.1SITE;1 DICTFMTEXAMPLE2.CCONF;1
DICTFMT_INDEX2SUFFIXEXAMPLE3.CONF;1 INDEX.C;1 DICTFMT_PLUGININITSCRIPT.;1 DICTP.H;1 INSTALL-SH.;1
DICTZIPINSTALL.1;1 DICTZIP LIBMAA.CDIR;1 DICTZIPMAKEFILE.H;12 DOCMAKEFILE.DIRCONF;1
EXAMPLEMAKEFILE.CONFIN;12 EXAMPLE MD5.DICTRCC;1 EXAMPLE MD5.SITEH;1 EXAMPLE2 NET.CONFC;1
EXAMPLE3NET.CONFH;1 INDEX PLUGIN.CH;1 INITSCRIPTREADME.;1 INSTALL-SH REGEX.DIR;1
INSTALLSERVPARSE.Y;1 LIBMAASERVSCAN.DIRL;1 MAKEFILETODO.;21 MAKEFILE UTF8_UCS4.CONFC;1
MAKEFILE.IN;2 MD5.C;1 MD5UTF8_UCS4.H;1 NETZLIB.CDIR;1
NET.H;1 PLUGIN.H;1 README.;1 REGEX.DIR;1
SERVPARSE.Y;1 SERVSCAN.L;1 TODO.;1 UTF8_UCS4.C;1
UTF8_UCS4.H;1 ZLIB.DIR;1
&nbsp;
Total of 56 files.
$
 
Total of 56 files.
== See also ==
</syntaxhighlight>
 
== See also ==
*[[Ls]]
*[[Dir (DOS command)]]
{{Compu-soft-stub}}
 
==References==
{{Reflist}}
 
{{DEFAULTSORT:Directory (Openvms Command)}}
[[Category:OpenVMS]]
 
 
{{storage-software-stub}}