Answers for "remove named file from directory 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 named file from directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language