Print this article Edit this article

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: Dec 19, 2016 11:12 am US/Eastern
Created: Dec 16, 2009 10:27 am US/Eastern by admin
JumpURL: