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
sigempty what means? Puntino UNIX for Dummies Questions & Answers 1 04-28-2008 09:44 AM
What does ls /nosuchdir means ??? risshanth UNIX for Dummies Questions & Answers 9 02-06-2008 04:46 AM
what it means? rraajjiibb UNIX for Dummies Questions & Answers 4 08-31-2004 02:36 PM
What does ##* means yeheyaansari UNIX for Advanced & Expert Users 2 02-14-2002 09:39 AM
what is means by tar xvr - E-Quality UNIX for Dummies Questions & Answers 2 09-24-2001 10:48 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 11-03-2008
mathur mathur is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 7
$? means?

Hi All,
Can you please explain wats the meaning of this

$?

in unix
Thanks
  #2 (permalink)  
Old 11-03-2008
sai21 sai21 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 27
$? means that the return code of the previous command. When you write a script, we need to ensure that the command has successful or not. This will be done by checking the return code of the previous command. i.e $?

Upon successful execution of command, it will return the code 0 else non-negative no.
For ex:

$ rm tmp
$ echo $?
0

$ ls tmp
ls: tmp: No such file or directory
$ rm tmp
rm: cannot remove `tmp': No such file or directory
$ echo $?
1
  #3 (permalink)  
Old 11-03-2008
mathur mathur is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 7
thanks
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 10:15 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