delete pyc files linux code example Example: remocve pyc files find . -name "*.pyc" -exec rm -f {} \;