![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help on function call | kamel.seg | Shell Programming and Scripting | 3 | 01-08-2008 07:16 AM |
| call function | Jamil Qadir | Shell Programming and Scripting | 4 | 03-20-2007 05:07 AM |
| Help with a function call | Stevhp | High Level Programming | 6 | 03-05-2007 02:44 AM |
| function call | forever_49ers | Shell Programming and Scripting | 3 | 09-13-2006 07:26 PM |
| UNIX Sytem 5, release 3 | samklyle | UNIX for Dummies Questions & Answers | 5 | 07-14-2001 05:08 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
i want to know the return value of calling system function in the sco unix 5.0.5.what is the meaning of the return value?
............ int ret; char cmd[128]; strcpy(cmd,"compress -F -c file >file.Z"); ret = system(cmd); ............. i want to know how to judge whether the file's compress is success due to the ret value; please help me! thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|