Answers for "search for a string in all files linux and show count all directories"

0

Count files and directories using shell script

find /path/to/directory | wc -l
Posted by: Guest on August-05-2021

Code answers related to "search for a string in all files linux and show count all directories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language