Which command would list files that do not begin with a
T
or a W
?
- echo /etc/[*TW]!
- echo /etc/!TW
- echo /etc/*[TW!]
- echo /etc/[!TW]*
Please login or Register to submit your answer