Which sed options should you use to change the second-to-last instance of variable to rock so it would read:A constant is a variable that is a rock that isn't variable'''bashvar='A constant is a variable that is a variable that isn't variable'echo '$var' | sed _____

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


Which sed options should you use to change the second-to-last instance of variable to rock so it would read:<br>A constant is a variable that is a rock that isn't variable<br>'''bash<br>var='A constant is a variable that is a variable that isn't variable'<br>echo '$var' | sed _____<br>