The caret ('^') symbol here negates matches inside the bracket. [Reference](https://tldp.org/LDP/abs/html/globbingref.html)73. What is the output of this command sequence?'''bashcat

🎲 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.


The caret ('^') symbol here negates matches inside the bracket. [Reference](https://tldp.org/LDP/abs/html/globbingref.html)<br>73. What is the output of this command sequence?<br>'''bash<br>cat <<EOF<br>------------------------<br> This is line 1.<br> This is line 2.<br> This is line 3.<br>------------------------<br>EOF<br>"