![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exit code 137 on a backup | twins | Filesystems, Disks and Memory | 4 | 03-27-2008 06:24 PM |
| problem with exit code when piping | bitoffish | Shell Programming and Scripting | 4 | 09-16-2007 04:21 PM |
| Where can I find a list of exit codes? (Exit code 64) | jkuchar747 | UNIX for Dummies Questions & Answers | 3 | 12-07-2004 03:08 PM |
| Exit Code in HP-UX KSH. | mbb | High Level Programming | 3 | 03-15-2002 06:44 AM |
| All about exit code | cdin2 | Shell Programming and Scripting | 2 | 03-11-2002 07:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
where can I get exit code meanings?
I'm investigating strange behaviour on two boxes (Sun OS 5.10 and AIX 5.1) in ksh
have used $? to get exit codes returned:- 137 and 34 where can I find what these mean? thank you |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
exit code are specific to the utilities returning them. check the 'man' pages for the corresponding utilities.
|
||||
| Google The UNIX and Linux Forums |