The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
help with return codes ammu Shell Programming and Scripting 2 02-04-2008 02:57 PM
Return Codes kris01752 UNIX for Advanced & Expert Users 3 09-25-2006 01:40 PM
Return codes Bab00shka UNIX for Dummies Questions & Answers 4 02-02-2006 01:46 PM
unix return codes abhib45 UNIX for Dummies Questions & Answers 1 01-27-2006 01:47 AM
Help with Return codes leezer1204 UNIX for Dummies Questions & Answers 1 04-26-2005 01:10 PM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 10-17-2006
z1tt45uuprs7 z1tt45uuprs7 is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 1
How do you Sum UNIX return codes

Hi,

I know how to read a return code after executing a single command.
"echo $?". But I do not know how to sum the return code for a group of commands.

If I string 3 commands together and I do an echo $? all I get is the retunr code for the last command. Example below:

----------------------------
cat file1 | cut -f1-5 | sort > file2
status=$?

if [ $status -eq 0 ]; then
##continue with rest of my script
else
exit
fi
-----------------

I only get the return code for the last command, the "sort" command.

I want to make sure that the return code for all three commands added togther =0. Can this be done?

The problem is I need to amke sure all 3 commands ran succesful. My status check only tells me the last commadn worked.

Thanks in advance for any assistance.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:36 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0