Tag: ksh

  • Korn Shell Operators

    I write $SHELL scripts most days mostly Korn Shell, I am always looking these two tables up on other sites for the Korn shell rather than commit them to memory, so why not just post it here so I know where to find it forevermore. We mostly use ksh over bash as Korn shell is…

  • Check Node Manager Script

    Hi Again, I just knocked up this nodemanager check script that you can run as a cron job making sure the Weblogic Java NodeManager is running and if not email you. See below for the script. The script can be changed if you use a script based nodemanager, if you change ‘jps’ for ‘ps -ef’…