/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
alias delpyc="find . \( -name '*.pyc' -o -name '*.pyo' \) -exec rm -v {} \;"