|
If this isn't some sort of an metacharacter assignment, you could always do this:
ls | grep -v tt
Also, ls [^tt]* works in /bin/bash.
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|