DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
bash get types of file extensions in directories
$ find . -type f | sed 's/.*.//' | sort | uniq -c
Source by unix.stackexchange.com #
PREVIOUS
NEXT
Tagged:
#bash
#types
#file
#extensions
#directories
ADD COMMENT
Topic
COMMENT
Name
8+8 =
Submit