ubuntu terminal delete folder and contents code example
Example 1: how to remove folder and its contents in linux
rm -rf dirname
Example 2: remove folder ubuntu
$ rm -r directoryName
Example 3: ubuntu delete folder
sudo -r -f folder-name //if need permi
Example 4: how to delete a folder in ubuntu using terminal
rm -R folder-name