PawEng

Software, hardware, and the internet

Skip to: Content | Sidebar | Footer


 Subscribe to feed    

Date: January 22nd, 2009

Purge Temporary Files

22 January, 2009 (19:15) | Linux, Shell

Many Linux / Unix programs create temporary files with names like “#file#” or “file~”. If a program crashes, you may be left with “core” files. These files serve a purpose, but quite often it is useful to remove them. I have been using the script below for a decade or more to keep my directories [...]

Read more ยป