Using find to Remove Files

Using find to Remove Files

The following command will remove all *.pyc files from the current directory and all sub directories.

find . -name \*.pyc -delete

Last modified: 2015/04/27 15:42:27.662366 GMT-4 by curtis.f.smith.1
Created: 2009/12/16 10:27:36.598000 US/Eastern by brian.r.brinegar.1.

Categories

Search the Knowledge Base

Include:

Quick search results

    Admin Options: Edit this Document