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