The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
please explain the below mail2sant Shell Programming and Scripting 1 04-04-2008 09:04 AM
Please can any one explain this ${0##/} gadege Shell Programming and Scripting 2 04-01-2008 04:26 PM
please explain this dummy_needhelp Shell Programming and Scripting 2 10-15-2007 02:17 AM
Can anyone explain plz r_W213 UNIX for Advanced & Expert Users 3 03-27-2007 05:52 AM
Explain awk hitmansilentass Shell Programming and Scripting 4 09-27-2006 03:14 PM

Closed Thread
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
  #1 (permalink)  
Old 10-03-2006
ranjita.c ranjita.c is offline
Registered User
  
 

Join Date: Aug 2006
Posts: 5
Question if [ $? -eq 0 ] .. can someone explain this?

I thought it means if the return code of the previous command not equal to 0...
Is this correct?
  #2 (permalink)  
Old 10-03-2006
anbu23 anbu23 is offline Forum Advisor  
Registered User
  
 

Join Date: Mar 2006
Location: Bangalore,India
Posts: 1,398
you are correct
  #3 (permalink)  
Old 10-03-2006
dsravan dsravan is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 188
No it's not "not equal" but "equal"
  #4 (permalink)  
Old 10-03-2006
zeekblack zeekblack is offline
Registered User
  
 

Join Date: Sep 2002
Posts: 16
Quote:
Originally Posted by dsravan
No it's not "not equal" but "equal"

`-eg` = equal
  #5 (permalink)  
Old 10-03-2006
vgersh99's Avatar
vgersh99 vgersh99 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,122
Quote:
Originally Posted by ranjita.c
I thought it means if the return code of the previous command not equal to 0...
Is this correct?
I'd interprete this as 'not equal to 0' which is to say '-ne 0'.
  #6 (permalink)  
Old 10-03-2006
BOFH BOFH is offline Forum Advisor  
Registered User
  
 

Join Date: Feb 2005
Location: Broomfield, CO
Posts: 406
The numeric comparisons for korn shell are

numA -eq numB - True if numA and numB are equal
numA -ne numB - True if numA and numB are not equal
numA -lt numB - True if numA is less than numB
numA -gt numB - True if numA is greater than numB
numA -le numB - True if numA is less than or equal to numB
numA -ge numB - True if numA is greater than or equal to numB

the string comparisons for korn shell are

strA = strB - True if strA matches strB
strA != strB - True if strA does not match strB
strA < strB - True if strA comes before strB in a dictionary order
strA > strB - True if strA comes after strB in a dictionary order

So your example says to run the commands between then and fi or else if the return code of the previous command is equal to zero (0).

Carl
Closed Thread

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:33 AM.


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