hi,
how do i display only directories with `ls` command, from the man page, ls
-d should work, but it only shows .(dot directory), if i try ls -d *, it
shows all files.
is it we have the options (is it possible only with ls options),
$ ls -p * |grep /$
$ ls -l * |grep ^d
hope someone here has solution
JAI