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
Deleting files without using using bin
7 posts
- Posts: 3
- Joined: Wed Jan 16, 2013 8:11 pm
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
just type rm -rf *.* within the directory you want to abolish.
be careful
be careful
- Posts: 24
- Joined: Thu Sep 13, 2012 11:25 am
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
Edit→Preferences→☑Move deleted files to "Rubbish Bin" instead of erasing from disk→☐.
simonpb1 wrote:just type rm -rf *.* within the directory you want to abolish.
be careful
Thanks simonpb1, I will use this instead of double deleting in the file manager.
- Posts: 3
- Joined: Wed Jan 16, 2013 8:11 pm
jojopi wrote:Edit→Preferences→☑Move deleted files to "Rubbish Bin" instead of erasing from disk→☐.
aaah!! just seen this. Thanks, this is what I was looking for. Easy when you know how! Ta.
- Posts: 3
- Joined: Wed Jan 16, 2013 8:11 pm