This is a suggestion for an enhancement to the color capability
to the 'ls' command. Sorry about sending it to the bugs e-mail
address, but there was no other e-mail address given in the man
page.
Anyway, it would be nice if you could specify full shell regular
expressions for matches. For example, I can do
*README 31
to make any file called "README" red. However, I'd like to be
able to do:
*README* 31
so that files called things like "README.unix" will also be in
red. This apparantly does not currently work. (So maybe it is
a bug after all?)
- Paul