How To
Shell Tips
How to remove all *.pyc files recursively?
find . -name
"*.pyc"
-delete
or
find . -name
"*.pyc"
-exec rm -f
{}
\;
How To
Linux Tips
macOS Tips
Services
Shell Tips
SublimeText3
Docker
PostgreSQL