Linux Remova a pasta e todo o seu conteúdo
rm -rf /path/to/directory
Gentle Gibbon
rm -rf /path/to/directory
rm -rf /path/to/directory/*
rm -rf directoryname
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -rf /path/to/directory/*
rm <file> .. rm -r <file> .. r stands for recursive