ls directories script
Useful unix tip of the week:
#!/bin/sh
#DTPD#
## $HOME/bin/lsd ##
/bin/ls --color='yes' \
-l "$@" | grep "^d"
Useful unix tip of the week:
#!/bin/sh
#DTPD#
## $HOME/bin/lsd ##
/bin/ls --color='yes' \
-l "$@" | grep "^d"