DELTREE
From FreeBSDwiki
(Difference between revisions)
(taeltviou) |
m (Reverted edits by 86.13.68.242 (Talk); changed back to last version by Jimbo) |
||
Line 1: | Line 1: | ||
− | |||
'''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". | ||
Latest revision as of 14:15, 18 January 2009
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.