how can i delete a whole folder in ssh?
Hi guys,how can i delete a whole folder without delete every files in the folder in SSH?
i tried rm -r foldername
it asked me every file in the foler delete or not , and i have to choose y or n,
what is the linux command to delete the whole folder without asking me to delete each file?
Thanks
sean