mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
I got the feedback that people don't want to see the answer right below the question in visible state.
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat README.md | grep \<\/summary\> | wc -l
|