ExamGecko
Question list
Search
Search

Question 143 - 101-500 discussion

Report
Export

Which of the following examples for Bash file globbing matches a file named root-can-do-this.txt when used in the directory holding that file? (Choose three correct answers.)

A.
root*can?do-this.{txt,odt}
Answers
A.
root*can?do-this.{txt,odt}
B.
r[oOoO]t-can-do*.txt
Answers
B.
r[oOoO]t-can-do*.txt
C.
{root,user,admin}-can-??-this.txt
Answers
C.
{root,user,admin}-can-??-this.txt
D.
root*can*do??this.txt
Answers
D.
root*can*do??this.txt
E.
root***{can,may}-do-this.[tT][xX][tT]
Answers
E.
root***{can,may}-do-this.[tT][xX][tT]
Suggested answer: A, B, C
asked 18/09/2024
Casey Donovan
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first