#! /bin/sh # # $TOOLS/fixcase # # Displays the $1 Oracle SID parameter, in the required case for this computer. # (NODE-SPECIFIC) # echo $1 | tr '[A-Z]' '[a-z]'