say directory name is di* then how to delete it?
Add the directory name in double quotes [ " "].
For example, if dir* is the directory name, rmdir "dir*" deletes dir* directory.
Move it to some tmp directory and delete parent directory.
What are the commands to make a file hidden and to delete all hidden in the folder in Linux? Please explain in detail?