Skip to main content
Tweeted twitter.com/StackUnix/status/1176874108560248833
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.3k
  • 205
  • 1.8k
  • 2.3k
Post Migrated Here from stackoverflow.com (revisions)
Source Link
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?