![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help needed - ksh shell scripting | subbu | Shell Programming and Scripting | 5 | 02-15-2008 12:53 PM |
| Please help me out:-Its Urgent-C Shell Scripting | Prince89 | Shell Programming and Scripting | 0 | 02-08-2008 01:35 AM |
| Urgent help needed for ksh shell setting | zing_foru | UNIX for Advanced & Expert Users | 6 | 11-04-2007 06:53 PM |
| Urgent help needed - shell script | aarora_98 | SUN Solaris | 3 | 01-25-2007 02:26 PM |
| Help needed - shell scripting | garric | Shell Programming and Scripting | 8 | 05-23-2006 06:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
help needed in shell scripting......urgent
Dear friends,
please help me to solve following problem. I'm running a frontend application from which i'll be invoking the shell script with arguments as given below -driver -w -p "ABC XYZ" -S -ds con -dn "abc xyz" i am getting $1=-driver $2=-w $3=-p $4="ABC $5=XYZ" $6=-S $7=-ds $8=con $9=-dn $10="abc $11=xyz" instead, i am expecting following output, $1=-driver $2=-w $3=-p $4="ABC XYZ" $5=-S $6=-ds $7=con $8=-dn $9="abc xyz" Please help me to get the correct output as mentioned above. It's very urgent........... Regards, swamymns |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|