What will be the output of this command?'''bash$ ls -lfile10.txtfile1.txtfileabc.txtfilea.txtfileb.txtfilec.txt$ ls -l file[^abc]*.txt

🎲 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 will be the output of this command?<br>'''bash<br>$ ls -l<br>file10.txt<br>file1.txt<br>fileabc.txt<br>filea.txt<br>fileb.txt<br>filec.txt<br>$ ls -l file[^abc]*.txt<br>