public/subjects/cl-camp6
miguel 3969d79c84 issues on public 2022-03-25 14:08:32 +00:00
..
README.md issues on public 2022-03-25 14:08:32 +00:00

README.md

cl-camp6

Instructions

"Now, do your inventory"

Create a file countfiles.sh, which will print the number (and only the number) of regular files and folders contained in the current directory and its sub-folders (the current directory must be included in the count):

Usage

$ ./countfiles.sh | cat -e
12$
$