Article 5CAAA How to find and count directory and files found by use of find

How to find and count directory and files found by use of find

by
BudiKusasi
from LinuxQuestions.org on (#5CAAA)
How to find and count directory and files found in find util in Bash Linux, and put in env. variable, or print out, or both, each e.g
Code:NUM_FILE=
NUM_DIR=of : (just illustration)
Code:
find . -type d ...... -o type f .......... -print..... # ???latest?d=yIl2AUoC8zA latest?i=Euu-5srHlmc:n4DUHurxRB0:F7zBnMy latest?i=Euu-5srHlmc:n4DUHurxRB0:V_sGLiP latest?d=qj6IDK7rITs latest?i=Euu-5srHlmc:n4DUHurxRB0:gIN9vFwEuu-5srHlmc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments