linux count files in subdirectories
find DIR_NAME -type f | wc -l
ls | wc -lfind . -maxdepth 1 -type d | while read -r dir
do printf "%s:\t" "$dir"; find "$dir" -type f | wc -l; done
find . -type f | cut -d/ -f2 | sort | uniq -c | sort -nrdu -a | cut -d/ -f2 | sort | uniq -c | sort -nr
Also in C++:
- git config list
- display number of lines in nano linux
- fatal: Not a git repository (or any of the parent directories): .git
- bash jump to
- run sh with parameter
- gem install version
- bash delete first n characters of each line
- pm2 node start
- rails add gem to gemfile
- view to path powershell
- pip install git branch
- git basic commands
- venv git
- git use ssh instead of https
- cleaning up your ubuntu system
- awk field separator space
- upload folders in sftp
- start shell on rosetta 2
- msiexec wait for completion powershell
- powershell t admin
- git set remote
- restart sql server ubuntu
- print in shell script
- install docker debian