Given a directory with these seven files, what would remain after executing these commands?'''basharchive.tarimage1.gifimage1.jpgimage2.gifimage2.jpgtextfile1.txttextfile2.txt----------'shopt -s extglobrm !(*gif|*jpg)'

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


Given a directory with these seven files, what would remain after executing these commands?<br>'''bash<br>archive.tar<br>image1.gif<br>image1.jpg<br>image2.gif<br>image2.jpg<br>textfile1.txt<br>textfile2.txt<br>----------<br>'shopt -s extglob<br>rm !(*gif|*jpg)'<br>