Answers for "rmdir not empty mac"

15

how to delete a non empty directory in linux

1. To recursively delete use

$ rm -r dirname

2.To forcefully delete use

$ rm -rf dirname
Posted by: Guest on June-10-2020
1

rm directory not empty mac

rm -rvf /path/to/directory 
// with or whitout sudo
Posted by: Guest on July-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language