Translation - Μετάφραση

Resources, Technical Assistance and Technology News => Tips on Using Computers => Translator resources => Linux tips => Topic started by: spiros on 05 Jan, 2015, 22:53:56

Title: Delete entire directory with files and subfolders in Linux without confirmation
Post by: spiros on 05 Jan, 2015, 22:53:56
Delete entire directory with files and subfolders in Linux without confirmation

cd to the level where the directory is contained. And then:

Code: [Select]
rm -rf directoryname/