Re: ls command

2002-05-23 Thread Samuel Flory
This the kind of thing find is for: find * -type f Patrick Nelson wrote: > Harry Putnam wrote: > - > You could just let ls do it: > ls -d */ > - > > What about the opposite... if you only wanted the files? > > > > __

RE: ls command

2002-05-23 Thread Patrick Nelson
Harry Putnam wrote: - You could just let ls do it: ls -d */ - What about the opposite... if you only wanted the files? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/

Re: ls command

2002-05-23 Thread Harry Putnam
Mike Martin <[EMAIL PROTECTED]> writes: > just a related point I find the following alias very useful > lsd='ls -l|grep ^d' > works to just give a list of directories (handy for weeding compile > trees) You could just let ls do it: ls -d */ ___ Redh

Re: ls command

2002-05-23 Thread Mike Martin
--- Harry Putnam <[EMAIL PROTECTED]> wrote: > "Anthony E. Greene" <[EMAIL PROTECTED]> writes: > > > On 19-May-2002/20:02 -0400, Statux <[EMAIL PROTECTED]> wrote: > >>The old default behavior of "ls" was to list directory contents > in > >>alphabetical order with hidden objects first before regul

Re: ls command

2002-05-23 Thread Harry Putnam
"Anthony E. Greene" <[EMAIL PROTECTED]> writes: > On 19-May-2002/20:02 -0400, Statux <[EMAIL PROTECTED]> wrote: >>The old default behavior of "ls" was to list directory contents in >>alphabetical order with hidden objects first before regular objects. Now >>adays, "ls" ignores the leading '.' of

Re: ls command

2002-05-21 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-May-2002/20:02 -0400, Statux <[EMAIL PROTECTED]> wrote: >The old default behavior of "ls" was to list directory contents in >alphabetical order with hidden objects first before regular objects. Now >adays, "ls" ignores the leading '.' of object

Re: ls command

2002-05-19 Thread Bret Hughes
On Sun, 2002-05-19 at 19:02, Statux wrote: > The old default behavior of "ls" was to list directory contents in > alphabetical order with hidden objects first before regular objects. Now > adays, "ls" ignores the leading '.' of object names and the case, and just > puts everything in ABC order. >

RE: LS Command Error

2000-05-20 Thread Burke, Thomas G.
I had this problem once when you ls the list, you'll see that many of them have similar characteristics, so you can do an rm -f thifile???.*, and delete them a few at a time... In my particular instance, this did not work, as there were, like 1 of each similar filename (It was an SGI ser

Re: LS Command Error

2000-05-20 Thread Steve Borho
On Tue, May 16, 2000 at 08:45:30AM -0600, SoloCDM wrote: > Recently I executed the following command: > > rm -f dummy "ls -t msg.* | sed -e 1,900d" > > As a result, I received the following error: > > bash: /bin/ls: Argument list too long > > I know why (14,522 msg.* files exist in t