[Linux] Command for Deleting Files Leave a reply find . -name "*.pyc" -exec rm -f {} \; find . -name “.DS_Store” -exec rm -f {} \; Like this:Like Loading... Related