Remove a Directory in Bash
Here, you will learn how to remove directories in bash.
We'll cover the following...
rmdir
Definition:
rmdir
is the opposite of mkdir
. It is used to remove the directory name given in the argument. This command is mainly used to ...