What is the result of this script?'''bashtxt=Penguins[[ $txt =~ [a-z]{8} ]]; echo $?

🎲 Try a Random Question  |  Total Questions in Quiz: 70  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Bash Quiz — practice the complete quiz, review flashcards, or try a random question.

MCQs For LinkedIn Skill Assessments. Bash is a Unix shell and command language.


What is the result of this script?<br>'''bash<br>txt=Penguins<br>[[ $txt =~ [a-z]{8} ]]; echo $?<br>