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.)
Select all that apply, then click Submit answer.
-
○
root*can?do-this.{txt,odt}
-
○
r[oOoO]t-can-do*.txt
-
○
{root,user,admin}-can-??-this.txt
-
○
root*can*do??this.txt
-
○
root***{can,may}-do-this.[tT][xX][tT]