The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-28-2007
arunkumar_mca arunkumar_mca is offline
Registered User
 

Join Date: Oct 2004
Posts: 236
Heloo...

you can do like


if [ $? -eq 14 ]
then
your tasks...
fi

Thanks,
Arun
Reply With Quote