Content deleted Content added
No edit summary |
Rescuing 0 sources and tagging 1 as dead.) #IABot (v2.0.9.2 |
||
(19 intermediate revisions by 17 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 [[
==
<syntaxhighlight lang="console">
$ dir
CODES.H;1 CONFIG.GUESS;1 CONFIG.H_IN;1 CONFIG.SUB;1
▲ Directory DISK$USER:[EBROCKLESBY.DICT.DICTD-1_8_0]
▲ NET.H;1 PLUGIN.H;1 README.;1 REGEX.DIR;1
▲ SERVPARSE.Y;1 SERVSCAN.L;1 TODO.;1 UTF8_UCS4.C;1
Total of 56 files.▼
== See also ==▼
</syntaxhighlight>
*[[Ls]]
*[[Dir (
==References==
{{Reflist}}
{{DEFAULTSORT:Directory (Openvms Command)}}
[[Category:OpenVMS]]
{{storage-software-stub}}
|