[comp.unix.questions] [wanted] ldir: csh alias that lists dirs only

brnstnd@stealth.acf.nyu.edu (04/15/90)

In article <28917@cup.portal.com> ead@cup.portal.com (Eric De Mund) writes:
> i'd like a csh alias that lists dir names only. i've come up with:
>     % alias ldir '/bin/ls -1aF \!* | fgrep "/" | pr -5 -l1 -t'
> but there's got to be something better.

Such as postpending a slash to the preglobbed name?

Followups to comp.unix.questions.

---Dan