ディレクトリ内のファイルの種類を調べる

どんなものが入っているのかサマリを出したいときに使うぐらいです。

ls -1 /path/to/dir | awk -F'.' '{print $2}' | sort | uniq