Comment 16 for bug 1156398

Revision history for this message
Reinaert Albrecht (reinaert-albrecht) wrote :

For those that need to clean up after this bug, I found this command to delete files quickly quite useful. Don't run this as root though, you could wreck your installation if you do. In this case most of the files can be deleted from the user account:

 ionice perl -e 'for(<*>){((stat)[9]<(unlink))}'

You can, as usual, interrupt the process with ctrl-z and restart it with the command 'fg'.

Cheers