diff --git a/subjects/devops/cl-camp6/README.md b/subjects/devops/cl-camp6/README.md new file mode 100644 index 000000000..4e9885024 --- /dev/null +++ b/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$ +$ +```