pondelok 25. septembra 2023

How to sum files and directories in linux?

How to sum files and directories in linux? (try find and wc)

easy ;-) 





find plugins/ -type f -o -type d | wc -l

 

 


root@servermain:/home/martin/Downloads# find plugins/ -type f -o -type d | wc -l
18579

Žiadne komentáre:

Zverejnenie komentára