Hi, has anyone found a way to delete multiple files without first sending them to the rubbish bin? I am using the PCManFM 0.9.10 file manager to select all then delete but then have to go to the bin and repeat this to empty the file. As this file collects photos from a webcam it can get quite full and take a while to transfer to the bin. I have tried shift-delete ctrl-delete etc.
thanks
stevesim
Re: Deleting files without using using bin
Command line is your friend.
Unfortunately it means you have to learn some real Linux.

Unfortunately it means you have to learn some real Linux.

Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick

If you find a solution please post it in the wiki the forum dies too quick
Re: Deleting files without using using bin
just type rm -rf *.* within the directory you want to abolish.
be careful
be careful
Re: Deleting files without using using bin
Got to learn Linux to find the directory 

Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick

If you find a solution please post it in the wiki the forum dies too quick
Re: Deleting files without using using bin
Edit→Preferences→☑Move deleted files to "Rubbish Bin" instead of erasing from disk→☐.
Re: Deleting files without using using bin
Thanks simonpb1, I will use this instead of double deleting in the file manager.simonpb1 wrote:just type rm -rf *.* within the directory you want to abolish.
be careful
Re: Deleting files without using using bin
aaah!! just seen this. Thanks, this is what I was looking for. Easy when you know how! Ta.jojopi wrote:Edit→Preferences→☑Move deleted files to "Rubbish Bin" instead of erasing from disk→☐.