On Thu, Jul 12, 2001 at 09:52:53AM -0500, Jay Kline wrote:
> Does anyone know of a ls equivalent that supports regular expression
> matching?
> 
> ie- do things like this:
> 
> ls /^[A-Z]/
> 
> I know this can be done by piping to other commands (grep, awk, sort, etc)
> but is there a command that just does it?

Basic shell expansion should allow for that thing to work.
(even though ls [A-Z]* didn't quite do what I expected it to do)

Otherwise: it sounds like a cool concept, anyone up for an implementation? ;)

-- 
  Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer>