string concatenation in AWK
Hi ,
I was wondering how to accomplish this in awk, can someone help ? ( Yes i DID read the man pages but didnt get much help)
var1="I"
var2="love"
var3=Linux #Note that the value is WITHOUT inverted comma
now i want to concatenate the contents the contents of above mentioned three variables and put it into another variable called var4 so in the end the value of variable "var4" should be equal to
"I love Linux"
i hope iam clear with my query.
regards,
Xanthium
:smash:
|