![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| pass variable from awk to shell script | user_prady | Shell Programming and Scripting | 3 | 04-17-2008 05:43 AM |
| Is it possible to pass variable from awk to shell back | unishiva | Shell Programming and Scripting | 12 | 03-03-2008 01:44 PM |
| Is it possible to pass variable from awk to shell script | user_prady | Shell Programming and Scripting | 3 | 12-18-2007 10:06 AM |
| How to pass Shell script variable to awk | HIMANI | UNIX for Dummies Questions & Answers | 3 | 07-16-2007 12:23 AM |
| How to pass a oracle variable back to the shell script | Jtrinh | UNIX for Dummies Questions & Answers | 3 | 07-11-2005 02:07 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to Pass variable to shell Script
Hi ,
i am beginner to Unix, I have one small script which execute java programme,it has java command input output structure . Right now i have given Input output structure manually that is on same directory, now how can i pass that by commandline #!/bin/sh java Classjava input.txt output.xml output.structure How can i pass variable parameter from command line. Thanks sam70 |
|
||||
|
Regarding Variable parameter to be passed
Hi ,
Here is message Usage: TFFtoXML <output.xml> <input.flat> <input.ffd> [logfile] this is java command to be executed on shell script. this output we see when we execute this on command line in local machine.it is a .bat file and we do ff2xml and enter then it gives this information as above which i see when i put $1 $2 . But it not asking for variable input. THanks sam70 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|