bug-coreutils
[Top][All Lists]
Advanced

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

Re: [patch] add option to ls to display only directories


From: Bob Proulx
Subject: Re: [patch] add option to ls to display only directories
Date: Mon, 8 Aug 2005 10:44:21 -0600
User-agent: Mutt/1.5.9i

Bob Proulx wrote:
>   #!/bin/sh
>   ls -d "$@" $(find -maxdepth 1 -type d ! -name ".*" -printf "%P\n")

And of course I immediately see after sending this that I messed this
up terribly.  To avoid further embarrassment I will leave fixing it as
an exercise to the reader. :-)

Bob




reply via email to

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