A user jack, using a bash shell, requests a directory listing as follows: jack@solaris: ~ $ 1s
dira dirb dirc diraa dirabc Which three statements are correct?
A.
The pattern dir*b? will expand to dirabc.
B.
The pattern dir*b? will expand to dirb dirabc.
C.
The pattern dir? will expand to dira dirb dirc.
D.
The pattern dir*a will expand to diraa.
E.
The pattern dir*a will expand to dira diraa.