NeroCube / bookmark

Place some learning resources
0 stars 0 forks source link

Count how many files in the folder #371

Open NeroCube opened 2 years ago

NeroCube commented 2 years ago
ls < path> | wc -l

https://blog.gtwang.org/linux/linux-wc-command-tutorial-examples/