@@ -56,18 +56,21 @@ When it will come the time to write scripts, you will have to use it extensively
echo$file_count
```
!!! question "Write a bash script called `count3.sh` that takes as an argument a directory name and count the number of files contained"
!!! question "Write a bash script called `count3.sh` that takes as an argument a directory name and count the number of files contained, after checking that the directory exists"