Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash get types of file extensions in directories

$ find . -type f | sed 's/.*.//' | sort | uniq -c
Comment

PREVIOUS NEXT
Code Example
Shell :: brownie run script python 
Shell :: eacces permission denied when remove item 
Shell :: create ionic v3 project 
Shell :: How to solve the time stamp is in the future error when you unpack a tar file on a system where the clock is behind the system clock on which you created the tar archive 
Shell :: how to remote connect to computer with no password 
Shell :: check concurrent connections for linux user 
Shell :: bcdedit refind windows 
Shell :: linux list usb device and port speed 
Shell :: remove white space from file and display result 
Shell :: linux less command color 
Shell :: upstream revert merge 
Shell :: raspberrypi install xserver 
Shell :: powershell copy all files recursively 
Shell :: comment lines in nano 
Shell :: powershell file already exists 
Shell :: delete all lock files 
Shell :: thunderbird reply 
Shell :: obisidian linux 
Shell :: ubuntu 20.04 command line maky copy of folder 
Shell :: cp directory with exclusion 
Shell :: transmission permission denied 
Shell :: how to copy all branch commits to a whole new branch 
Shell :: ubuntu cmd file last modified time 
Shell :: linux privilege s 
Shell :: git lg config 
Shell :: linux download file from server to local machine 
Shell :: $(cat <<EOF using heredoc assign command to a variable 
Shell :: another command in awk field 
Shell :: watchman fatal error: openssl/sha.h: No such file or directory 
Shell :: kubuntu snap app not showing 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =