Count number of files in a directory using Linux cli
Count number of files in a directory using Linux cli
14 July 2020
ls -l .
|
egrep -c
'^-'