*nix: list the directories

find . -type d

find . -type d -exec ls -ld {} \;

ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/'

du -sx *|sort -n

No comments:

Post a Comment