| 2 | No.2 Revision |
myslím, že to co hledáš je ls -l | wc -l
EDIT:
pokud chceš čistě jenom soubory, bez adresářů, linků atd
tak zkus ls -l | grep "^-" | wc -l
| 3 | No.3 Revision |
myslím, že to co hledáš je ls -l | wc -l
EDIT:
pokud chceš čistě jenom soubory, bez adresářů, linků atd
tak zkus ls -l -la | grep "^-" | wc -l
Copyright students of FIT CTU and others, 2014. Content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license.