Answers for "how to remove an directory in linux"

3

how to remove directory in linux

#remove a dir in linux command
rm
#after rm type the file or dir name it will remove it
Posted by: Guest on July-07-2021
0

removing directories in linux

# find . -type d -name '*_cache' -exec rm -r {} +
Posted by: Guest on May-26-2021

Code answers related to "how to remove an directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language