Browse Source

docs(cl-camp6): create "checkpoint" version of subject

pull/1953/head
davhojt 1 year ago committed by Dav Hojt
parent
commit
e41a872212
  1. 15
      subjects/devops/cl-camp6/README.md

15
subjects/devops/cl-camp6/README.md

@ -0,0 +1,15 @@
## 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
```console
$ ./countfiles.sh | cat -e
12$
$
```
Loading…
Cancel
Save