|
if statement help
Hi Gurus,
New to Unix... What does the following if commands do?
if [ ! "$ORACLE_HOME" ]
then
. ${HOME}/.profile
fi
if [ ! "$COMMON_SOURCED" ]
then
. ./.common
fi
Also please give me some tutorials for Unix which I can start with. Also please gimmme examples for shell scripting.
Thanks and Regards,
|