To remove a directory that is full with other files and/or other directories, use the below command.
$ rm -rf directory
rmdir command can use to remove the empty DIRECTORY(ies)
$ rmdir directory
|
Tech Kaki Tips and Tricks for Mac OS X, Windows, Linux and office suite software.
|
|
To remove a directory that is full with other files and/or other directories, use the below command.
$ rm -rf directory
rmdir command can use to remove the empty DIRECTORY(ies)
$ rmdir directory