Skip to main content
1 of 2
Firegun
  • 1.9k
  • 3
  • 15
  • 9

In linux, how to delete all files EXCEPT the pattern *.txt?

I know how to delete all txt file under current directory by rm *.txt. Does anyone know how to delete all files in current directory EXCEPT txt file?

Firegun
  • 1.9k
  • 3
  • 15
  • 9