- del (command)
-
In computing,
del
(orerase
) is a command in various DOS, OS/2 and Microsoft Windows command line interpreters (shells) such asCOMMAND.COM
,cmd.exe
, 4DOS/4NT and Windows PowerShell. It is used to delete one or more files or directories from a filesystem. It is analogous to the Unixrm
command. RT-11, RSX-11 and OpenVMS also provide thedelete
command which can be contracted todel
.In Windows PowerShell, del and erase are a predefined command aliases for the
Remove-Item
cmdlet which basically serves the same purpose.Example
del filename erase filename
See also
- deltree
- rmdir
- List of DOS commands
- List of Unix programs
References
Windows command line programs and built-ins (more) File system
(basic)File system
(advanced)Processes Registry User environment Text processing Shell programming Networking Searching Miscellaneous Categories:- MS-DOS/Windows Command Prompt commands
- DOS commands
- Microcomputer software
- Windows administration
- File deletion
- Storage software stubs
- Microsoft Windows stubs
Wikimedia Foundation. 2010.