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 -l18579
Žiadne komentáre:
Zverejnenie komentára