List all file types recursively from current directory with counts
Stumbled on this little shell snippet the other day somewhere, finding it to be very handy.
find . -type f | sed 's/.*\.//' | sort | uniq -c
Written by Peter Mescalchin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Related Tags
#shell
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#