![]() |
|
|
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 |
| How to pass an array from SHELL to C function | elthox | Shell Programming and Scripting | 1 | 02-21-2009 01:08 PM |
| Pass array variabel to awk from shell | appsguy616 | Shell Programming and Scripting | 1 | 10-20-2008 04:12 PM |
| pass the input to invoking script | vastare | Shell Programming and Scripting | 6 | 07-10-2008 02:30 AM |
| pass input arguements to DB2 SQL script | mpang_ | Shell Programming and Scripting | 0 | 12-12-2006 11:27 PM |
| read a file as input and pass each line to another script | sajjad02 | Shell Programming and Scripting | 0 | 09-25-2004 12:13 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to pass C array as input to Shell script
Hi,
In the below C code , i want to pass the array to a unix shel script. my script should called as ex myscript 1,2,3 #include <stdio.h> int main() { int a[2]={1,2,3}; } Thanks, Arun |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|