Terminal Exercises - number 23 #131
-
Hi everybody, This is my code: for name in "$@"; Then I ran it as: ' bash count-names.sh "Jo" "Meg" "Beth" "Amy" ' This is my output: Any hints on what is wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks @Omeostasi, that actually looks like an error in the tutorial, sorry about that! I'll fix it shortly, but your answer is indeed correct. |
Beta Was this translation helpful? Give feedback.
Thanks @Omeostasi, that actually looks like an error in the tutorial, sorry about that!
I'll fix it shortly, but your answer is indeed correct.