diff options
Diffstat (limited to 'shell01/ex03')
| -rwxr-xr-x | shell01/ex03/count_files.sh | 1 |
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) |
