Did anyone have trouble with q1 in in one of the questions, where you were matching regex with names with apostrophes “e.g O’felia” I was doing \’? But it was returning errors to the terminal saying the string is not terminated or sum Shi???
And in one question (I believe 3/4 the counting how many lines had n lines) I had count=0 and I tried to increment it using count=$((count + 1)) but it didn’t work, wtf???