DSA in CPP Code to delete all files without extension in the current directory find . -type f -not -name "*.*" -maxdepth 1 -delete