Published
- 1 min read
ls | wc -l in other directory
The solution for this is noted below
ls | wc -l in other directory
Solution
cd "your path" && ls | 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
cd "your path" && ls | wc -l
Try other methods by searching on the site. That is if this doesn’t work