rm recursive file pattern
find . -name "*.bak" -type f -delete# print all files recursively with exstension .bak
find . -name "*.bak" -type f
# add -delete command at the end to delete them
find . -name "*.bak" -type f -deletefind . -type f -name '*.o' -delete
Also in C++:
- get files traked by git based on size
- how to edit crontab in linux
- git merge by ssh key
- how to install open media vault on raspberry pi
- git change email
- bash array
- getkirby install editor
- uniinstall nginx
- git transfer changes to another branch
- list all packages installed with pip
- git ignore whitespace
- Command 'ng' not found, but can be installed with:
- install dot-prop
- get doker ce for ubuntu
- ubuntu switch f1 with functions keys
- linux enable scroll lock
- github.com developer
- git prune doesnt work
- git push origin cannot be resolved to branch
- upload react project to github
- bash for loop break on error
- get current path unix
- check if docker is installed ubuntu
- make directory in linux