find ./ -type f | awk -F . '{print $NF}' | sort --unique
find . -type f -iname "*.css"
find . -name "*.html" -type f -delete
No comments:
Post a Comment