aboutsummaryrefslogtreecommitdiff
path: root/shell01/ex03/count_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell01/ex03/count_files.sh')
-rwxr-xr-xshell01/ex03/count_files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell01/ex03/count_files.sh b/shell01/ex03/count_files.sh
new file mode 100755
index 0000000..4b9918a
--- /dev/null
+++ b/shell01/ex03/count_files.sh
@@ -0,0 +1 @@
+echo $(find . -type f -o -type d | wc -w)