bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls features


From: Paul Jarc
Subject: Re: ls features
Date: Thu, 21 Oct 2004 20:31:09 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Mike Miller <address@hidden> wrote:
> The 'ls' command has many great features/options but case insensitivity is 
> not one of them. 

Where would you want to have case insensitivity?  If you're thinking
of pathname generation from wildcards, that's handled by the shell,
not ls.  This might be what you want:
$ ls [Tt][Ee][Ss][Tt]*
Check the documentation for your shell to see what other globbing
features it has.

> Also, things like 'ls *' will fail if the directory listing is too
> long.

http://www.gnu.org/software/coreutils/faq/#Argument%20list%20too%20long


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]