devops-exercises/scripts/count_questions.sh
abregman 08cbeb2ca8 change page format
I got the feedback that people don't want to see the answer right below
the question in visible state.
2019-10-11 01:02:19 +03:00

4 lines
56 B
Bash
Executable File

#!/bin/bash
cat README.md | grep \<\/summary\> | wc -l