DELTREE
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 83.211.3.16 (Talk); changed back to last version by Jimbo) |
(taeltviou) |
||
Line 1: | Line 1: | ||
+ | ccoorerdommo | ||
'''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". | '''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". | ||
Revision as of 13:09, 18 January 2009
ccoorerdommo 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.