# Useful Bash Commands At this site we added useful bash commands which we use very often. ### `find . -type f -path "*.sh" -exec chmod +x {} +` Use `find` to search all files with an `.sh` extension starts at the current directory and add the execute permission.