AIX Korn Shell stuff
Been tweaking my .profile file, following additions made to make life a bit easier. #Set Backspace key stty erase ^? #Set ls alias alias l=”ls -l” #Set ksh session to use the arrow keys for command line history control. set -o emacs # Sets emacs mode. alias __A=”^P” # Sets Up Arrow key for the previous command. [...]
Read more

October 26, 2010 



