![]() |
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 |
| concat strings | melanie_pfefer | Shell Programming and Scripting | 1 | 12-04-2007 07:12 AM |
| simple question on string concat | the_learner | High Level Programming | 2 | 08-23-2007 11:09 PM |
| concat fields | markjason | Shell Programming and Scripting | 10 | 10-23-2006 02:38 PM |
| Concat | dhananjaysk | Shell Programming and Scripting | 1 | 03-20-2006 07:42 AM |
| Concat date | drukkie | UNIX for Dummies Questions & Answers | 2 | 05-30-2002 07:36 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
concat string
hey,
I want to concat whole bunch of strings together but somehow they don't turn out the way I want them to a="HELLO " b="WORLD " c=$a$b I was expecting c to be "HELLO WORLD " but it returns "HELLO WORLD ", why??? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|