Which command would list files that do not begin with a T or a W?

Which command would list files that do not begin with a T or a W?Category: Linux EssentialsAuthor "LinuxQuestions"Which command would list files that do not begin with a T or a W?
Linux Questions Staff asked 1 year ago

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]*

About the author