Thread
:
SSH command to delete everything in a folder?
View Single Post
02-17-2009, 02:56 PM
brandonstills
Confirmed User
Join Date: Dec 2007
Location: Chatsworth, CA
Posts: 1,964
Quote:
Originally Posted by
Emil
What's the SSH-command to delete all files and folder within a folder without having to press "y" for every file and folder?
rm -rf foldername
-r means recursive (all subfolders)
-f means don't ask me to confirm
__________________
Brandon Stills
Industry and programming veteran
[email protected]
| skype: brandonstills | ICQ #495-171-318
brandonstills
View Public Profile
Visit brandonstills's homepage!
Find More Posts by brandonstills