Tag Archives: AIX
profile

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
trigger

IBM Cognos trigger.sh script incorrect

Recently when setting up some Reporting to be controlled by ControlM/EM I experienced an issue using the IBM supplied trigger.sh script. It worked perfectly well when using a single word Namespace, but once we tried against a two word Namespace it failed. All documentation that I found on the web and in the supplied manuals [...]

Read more