Answers for "remove folder recursively linux"

0

how to delete particular type file recursively in linux

find . -type f -name '*.o' -delete
Posted by: Guest on September-06-2020
6

remove directory and contents linux

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

Code answers related to "remove folder recursively linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language