Which command would list files that do not begin with a T or a W? 1 year agoby Linux Questions Which command would list files that do not begin with a T or a W? › Category: Linux Essentials › Author "LinuxQuestions" › Which command would list files that do not begin with a T or a W? Vote Up 0 Vote Down 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]* Please login or Register to submit your answer Username or Email Address Password Remember Me FacebookXGoogle+PinterestLinkedIn