From e41a8722126bcbb2019b42daaea203e73d4b8d32 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 10 Apr 2023 11:00:02 +0300 Subject: [PATCH] docs(cl-camp6): create "checkpoint" version of subject --- subjects/devops/cl-camp6/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 subjects/devops/cl-camp6/README.md 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$ +$ +```