Re: ls lacking a feature?
- From: Phlip <phlip2005@xxxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 22:12:53 GMT
Bernard Liang wrote:
Well,
ls -l | grep ^d | tr -s ' ' | cut -d' ' -f9
find * -type d -prune | xargs ls -d
or
ls -d `find * -type d -prune`
(And please don't try to tell us the mighty ls lacks a feature again! ;-)
--
Phlip
.
- References:
- ls lacking a feature?
- From: Bernard Liang
- Re: ls lacking a feature?
- From: Richard Heathfield
- Re: ls lacking a feature?
- From: Bernard Liang
- ls lacking a feature?
- Prev by Date: Re: ls lacking a feature?
- Next by Date: Re: ls lacking a feature?
- Previous by thread: Re: ls lacking a feature?
- Next by thread: Re: ls lacking a feature?
- Index(es):