Search
 
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
Name
8+8 =