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 -->
  #2 (permalink)  
Old 09-13-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
The one thing that is hard to do is make shell look nice.

The closest you can get is

Code:
if do_my_thing ....
then
       echo it worked
fi
but you don't get the exit code into a variable.
Reply With Quote