Published
- 1 min read
how to count number of file in directory
The solution for this is noted below
how to count number of file in directory
Solution
ls -1 | wc -l
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
ls -1 | wc -l
Try other methods by searching on the site. That is if this doesn’t work