"Swap Delete"

 

 

Swap Files are present and take big amounts of disk space.

 

     /bin/rm -f `find $HOME -name ".*.sw?"` >> /tmp/swapfile

 

You can put it in a crontab :

 

00 02 * * 1-5     /bin/rm -f `find $HOME -name ".*.sw?"` >> /tmp/swapfile


 

(Use script or crontab)

 

 

00 02 * * 1-5     /bin/rm -f `find $HOME -name ".*.sw?"` >> /tmp/swapfile

 

 

Hope this helps :)

 

Regards,

Wissem MEDIOUNI