pavement

DELTREE

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
(a DOS command)
Line 1: Line 1:
Under FreeBSD and other unixlike OSes, the equivalent command is '''[[rm]] -rf''', meaning "remove recursively and without asking me any questions about it".
+
'''DELTREE''' is a DOS command for removing directories, which in NT systems has been replaced by ''RMDIR /s /q''. The unix equivalent (under FreeBSD and other unixlike OSes) is '''[[rm]] -rf''', meaning "remove recursively and without asking me any questions about it".
  
 
[[rm]] without additional arguments is the equivalent of Windows' '''del'''.
 
[[rm]] without additional arguments is the equivalent of Windows' '''del'''.
  
 
[[Category:Windows Equivalents]]
 
[[Category:Windows Equivalents]]

Revision as of 19:43, 19 June 2006

DELTREE is a DOS command for removing directories, which in NT systems has been replaced by RMDIR /s /q. The unix equivalent (under FreeBSD and other unixlike OSes) is rm -rf, meaning "remove recursively and without asking me any questions about it".

rm without additional arguments is the equivalent of Windows' del.

Personal tools