Answers for "remove directory and subdirectories linux"

6

remove directory and contents linux

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

remove directory from linux

rm -r filename

rm -rf filename

this command remove the directory and subdirectory forecefully
Posted by: Guest on October-04-2020
0

How to remove Directories with rm

rm -d directory
Posted by: Guest on November-23-2021

Code answers related to "remove directory and subdirectories linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language