Logo
Explore Help
Sign In
gaspersic/devops-exercises
1
0
Fork 0
You've already forked devops-exercises
Code Issues Pull Requests Packages Projects Releases Wiki Activity
devops-exercises/scripts/count_questions.sh

6 lines
200 B
Bash
Raw Normal View History

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 00:57:21 +03:00
#!/bin/bash
fix typo
2019-12-17 09:16:28 +01:00
# We dont care about non alphanumerics filenames so we just ls | grep to shorten the script.
question counter script improved
2019-12-16 12:16:05 +01:00
Modify the structure of README.md Instead of having exercises in their own separate section, they are now part of the main topics sections. This should make the learning process easier to follow where users have both exercises and questions in the same place. In addition, added a couple of new questions & exercises and modified existing scripts accordingly.
2021-07-12 02:02:57 +03:00
echo $(( $(grep \</summary\> -c README.md) + $(grep -i Solution README.md | grep \.md -c) ))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 67ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API