Ubuntu Verzeichnis entfernen
rm -R folder-name
Cooperative Capybara
rm -R folder-name
rm -rf /path/to/directory/*
rm -rf directoryname
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rmdir directoryname // This is will delete an empty directory.
rmdir -r directoryname // This is will delete everything in the directory
// including all files and subdirectories.
rm -r -f folderName