Everytime when i have to delete full directory i looking into google so finally posting it here to remember it all the time.
To delete directory with sub directory via ssh command linke
rm -r -f YourDirectory
Everytime when i have to delete full directory i looking into google so finally posting it here to remember it all the time.
To delete directory with sub directory via ssh command linke
rm -r -f YourDirectory