How do I find out all empty files and directories under Linux / Apple OS X / BSD / Unix like operating systems and delete them in a single pass?
{ 2 comments }
How do I find out all empty files and directories under Linux / Apple OS X / BSD / Unix like operating systems and delete them in a single pass?
{ 2 comments }
rmdir: failed to remove `/opt/source/httpd’: Directory not empty
How do I delete directory called /opt/source/httpd under Linux or Unix operating systems?
{ 0 comments }
Q. Can you tell me command to delete a directory in terminal? A. You need to use the rmdir utility / command. The rmdir utility removes the directory entry specified by each directory argument, provided it is empty. Arguments are processed in the order given. In order to remove both a parent directory and a [...]
{ 28 comments }