Re: ls lacking a feature?
- From: Mark Triggs <mst@xxxxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 19:00:30 +1000
Bernard Liang <b_liang@xxxxxxxxxxxx> writes:
list all the directories in the cur direc
for ex, if ls -F lists
a b/ c/ d e f/
then i want a command that will give me
$ [some command]
b c f
or
b/ c/ f/
[...]
but this seems too complicated. shouldnt' there be a one-liner to list
all the directories?
I've always done:
ls -d */
What am I missing?
Mark
--
Mark Triggs
<mst@xxxxxxxxxxxxxxx>
.
- Follow-Ups:
- Re: ls lacking a feature?
- From: Jussi Piitulainen
- Re: ls lacking a feature?
- References:
- ls lacking a feature?
- From: Bernard Liang
- Re: ls lacking a feature?
- From: Phlip
- Re: ls lacking a feature?
- From: Bernard Liang
- ls lacking a feature?
- Prev by Date: Re: ls lacking a feature?
- Next by Date: Re: Use of semaphores
- Previous by thread: Re: ls lacking a feature?
- Next by thread: Re: ls lacking a feature?
- Index(es):
Relevant Pages
|