Jun
22
Quick Command Line Tip - Recursively Delete Files of a Certain Type
Posted by suvi under Tricks
Applications can create a lot of temporary files sometimes, and these files aren’t always cleaned up automatically.
An example of this is when you run Python applications. Particularly if you’re a Python developer, your source code directories stack up with a .pyc version of each file, which is the cached compiled copy of the script.
Read more at FOSSwire
Leave a Reply