linux command to delete direcoty with specified name recursivel
# First find the directory names as to not accidentally delete important directories
find . -type d -name __pycache__
# If you want to recursively delete its contents, replace -exec rmdir {} \; by -delete or -prune -exec rm -rf {} \;. Other answers include details about these versions, credit them too.
find . -type d -name __pycache__ -prune -exec rm -rf {} \;
Also in C++:
- ubuntu higher displayer resolution
- install nodemon npm
- ubuntu 20.04 ntfs read only
- enable vault autocomplete
- git switch branch to another branch
- bash how to create directories in all subdirectories
- how to store git credentials
- dotnet ef not found
- supervisord install ubuntu
- how to join any cluster redis
- Install / Update Dbeaver Community on Ubuntu
- postgres stop linux
- versão do meu linux
- add pwd to path linux
- tr replace char for
- cp with folder structure
- turn off bluetooth by default ubuntu 20\.04
- unzip a .gz file in linux
- how to add gif in github readme
- bitbucket how to undo commit
- git bypass hook
- e dpkg was interrupted kali linux
- linux command to delete direcoty with specified name recursivel
- uninstall certbot ubuntu 16 nginx