Search for Tips & Tricks

Google
 

Tuesday, January 22, 2008

How to list file that doesnot contains some string

Llist files that does not contain string 'dat' in file name

$ ls *[!dat]

No comments: