The Administrator Desk
Just some stuff I do at work.
*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
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment