Re: ls lacking a feature?
- From: "Roger Willcocks" <roger@xxxxxxxx>
- Date: Thu, 29 Jun 2006 00:31:04 +0100
"Bernard Liang" <b_liang@xxxxxxxxxxxx> wrote in message
news:e7usv4$29o5$1@xxxxxxxxxxxxxxxxxxxxx
how does one perform the equivalent MS-DOS's "dir /a:d" (directory
listing) in *ix (say, linux)?
ls -lF | grep /
or
find -maxdepth 1 -type d -exec ls -ld {} \;
--
Roger
.
- Follow-Ups:
- Re: ls lacking a feature?
- From: Logan Shaw
- Re: ls lacking a feature?
- References:
- ls lacking a feature?
- From: Bernard Liang
- ls lacking a feature?
- Prev by Date: Re: Deleting substrings
- Next by Date: Re: recursive algorithm help
- Previous by thread: Re: ls lacking a feature?
- Next by thread: Re: ls lacking a feature?
- Index(es):