ls -l ./ | sed -n 's~^-.*\(\..*\)$~\1~p' | sort | uniq
Please note: JavaScript is required to post comments.