Unix

Directory size in Unix

working out the size of directories in UNIX is really easy. Just use the following command

du -h option gives size in KB, MB etc like this:

du -h dirname

Useful Unix Commands

These are a list of unix commands I find useful. It is more a personal note but I am sure you might find some of the useful.

ls -l | more : this writes directory listsing to more and allows paged listing of long results. 
Syndicate content