![]() |
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 |
| Problem with script not able to take parameters passed to it | dsravan | Shell Programming and Scripting | 3 | 02-28-2008 05:09 PM |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 03:31 PM |
| Problem with script not able to take parameters passed to it | dsravan | Shell Programming and Scripting | 7 | 10-09-2007 10:28 PM |
| problem in passing parameters with spaces | njraman | Shell Programming and Scripting | 2 | 07-26-2007 05:37 AM |
| Perl DBI - Bind Parameters Problem | mh53j_fe | Shell Programming and Scripting | 1 | 12-22-2005 11:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
(Problem) Script with Parameters file
Hello, this is my first post, and.... obviusly, i have a problem, i have this script:
#!/bin/sh . /tmp/variables ... ... DESTINATION=`hostname`_DESTINATION ... and the /tmp/variables has: #!/bin/sh aix53_DESTINATION="/temporal/`hostname`.mksysb.`date +\%d\%m\%y`" ** The problem is that when i ran the script, the result of the variable DESTINATION is aix53_DESTINATION="/temporal/aix53.mksysb.040808, i want that the result were /temporal/aix53.mksysb.040808, somebody knows how to do that?. Thanks! |
![]() |
| Bookmarks |
| Tags |
| parameter file, script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|