#bash-script
Read more stories on Hashnode
Articles with this tag
find . -type f ! -name "*.*" -exec chmod +x {} \; "*.*" is used to match all filenames that contain a '.' ! -name "*.*" is used to find files that do...