![]() |
|
|
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 |
| appending strings to variable | finalight | Shell Programming and Scripting | 1 | 05-20-2008 04:50 AM |
| appending | mohan705 | Shell Programming and Scripting | 6 | 07-11-2007 08:59 AM |
| appending and sed | scotty_123 | Shell Programming and Scripting | 1 | 04-26-2007 08:13 AM |
| appending strings in the files | vijaylak | UNIX for Dummies Questions & Answers | 2 | 03-09-2007 07:34 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 |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
appending strings
Hi ,
while trying to append two strings, it is not properly coming. my code will be like this str1=_TrackingEAR srt2=1.0.0-20080523.155438-12 i am trying to build str3=$str1$str2.tgz but it is appending the last value ot the begingin of the string , but i expect to the end of the string.. The output is coming like tgze_Pracking_Templates 1.0.0-20080523.155438-12 can anyone pls check the problem ? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|