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: P
Subject: Re: [patch] add option to ls to display only directories
Date: Mon, 08 Aug 2005 12:12:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124

I use the following (which I don't use that often to be honest):

alias lld='find -maxdepth 1 -type d ! -name ".*" -printf "%P\n" | xargs ls -lUd --color'

--
Pádraig Brady - http://www.pixelbeat.org
--




reply via email to

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