On Mon, 05 Jan 2004 the mental interface of Rick Weinbender told: > I have a basic question. > Is there a method using "ls" from the command line to > have it display only directories. > I've looked thru the help (ls --help), but cant' guess the right > switches.
I am using the zShell zsh. In there it is easy:
alias lsd='ls -lad *(/)'
alias lsddots='ls -lad .*(/)
Ciao
Elimar
--
Alles was viel bedacht wird ist bedenklich!;-)
Friedrich Nietzsche
pgp00000.pgp
Description: PGP signature

