![]() |
|
|
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 |
| Please concatinate these 2 strings , bcoz i cant | kittusri9 | Shell Programming and Scripting | 2 | 04-28-2008 09:35 AM |
| how to concatinate two strings | balireddy_77 | Shell Programming and Scripting | 2 | 10-19-2006 02:36 PM |
| Concatenating Strings | radhika03 | Shell Programming and Scripting | 2 | 09-09-2005 03:48 AM |
| How to concatenate two strings or several strings into one string in B-shell? | fontana | Shell Programming and Scripting | 2 | 08-26-2005 12:58 PM |
| ksh - strings | itzcoolbuddy | Shell Programming and Scripting | 1 | 06-22-2005 11:26 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to concatinate two strings
Hi All,
I have to run one command in my script. str1="SLAND" str2="MIMUS" gateway=`ssh root@mrp-gateway 'cd /usr/local/apache/data/SLAND && ls 108021808*.txt` gateway=`ssh root@mrp-gateway 'cd /usr/local/apache/data/MIMUS && ls 108021808*.txt` I need to place this str1 and str2 variables in these paths. can you anyone please tell how to solve this issue. Thanks Krish. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|