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