aboutsummaryrefslogtreecommitdiff
path: root/shell01/ex03/count_files.sh
blob: 4b9918a793d1326c918a5021e730083dbcb08394 (plain)
1
echo $(find . -type f -o -type d | wc -w)