linux rm all files with no extension code example Example: remove all files with no extention rm find . -type f ! -name "*.*" -delete