delete folder
Removes unwanted folder
some_folder
sudo rm -r some_folder/
-r
means that it removes the directory with its all child directories
by Valeri Tandilashvili
4 years ago
Linux
0
Pro tip: use ```triple backticks around text``` to write in code fences