On Sat, 2009-07-25 at 03:50 +0000, g wrote: > if user is in directory "/home/ranbir/.cache/gnome-mplayer/plugin' and he is > looking at *directories*, he has to use 'rm -fR *' to remove subdirectories > and their content.
That won't work - there are too many files. I ended up running this (while in the /home/ranbir/.cache/gnome-mplayer/plugin dir) find . -type f -name '*' -exec rm -f {} \; It has now been running for 15 minutes, and is still going. Holy shit. I still want to know why these files were created in the first place. I believe they are all jpegs because I was trying to run a backup, and as rsync did it's thing, all I saw were 'jpg' files being backed up from those dirs. In fact, that's how I discovered these dirs in the first place. FYI: I cancelled the backup. I'm none too pleased with gnome-mplayer. Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.27.25-170.2.72.fc10.x86_64 x86_64 GNU/Linux 10:18:53 up 1 day, 1:46, 3 users, load average: 1.30, 2.24, 2.53 -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines