Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Bash get types of file extensions in directories Code Example
bash get types of file extensions in directories
$ find . -type f | sed 's/.*\.//' | sort | uniq -c
Source:
unix.stackexchange.com
Next
Previous
Shell
Related
bash ifelse Code Example
bash how to find all pdf file in subdir and copy Code Example
browsing history linux file location Code Example
sonarqube new project after creation in gitlab Code Example
kali linux wired connection insted of wifi Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
16