Daily Archives: 17.11.2010


Coming from Linux to an AIX world…

Disk usage per directory, current directory:
du -h -> find ./* -type d -prune -exec du -sm {} ;
du -h -> ls | xargs du -sg (if there are only directories)

Autocomplete on AIX
If .profile has: set -o emacs -> ESC ESC (twice escape key)
If .profile has: set -o vi -> ESC (ESC then )