Answers for "how to remove a directory on command line"

5

delete non empty directory cmd

rm -rf directoryname
Posted by: Guest on April-14-2020
6

remove directory and contents linux

rm -r path
Posted by: Guest on June-27-2020

Code answers related to "how to remove a directory on command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language