The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Concat
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-20-2006
dhananjaysk dhananjaysk is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 35
Concat

HI all,
How to concat two strings in Shell scrpits

suppose

x=a
y=b

i want to display it as
ab

How to do it ?

Thanks..