Copyright 2004 A.P. Lawrence
! 9 b
The pattern "[!qa]" matches any one character filename EXCEPT q and a.
You can use this in longer patterns: "ls file.[!x]" matches file.a and file.b but not file.x
Add your comments