SyntaxFix
Write A Post
Hire A Developer
Questions
Adding my own variation to the mix. I think it's the simplest of the lot and can be useful when efficiency is not a big concern.
find . -type f | grep -o -E '\.[^\.]+$' | sort -u