Skip to main content

shell - concatenate two strings - bash

echo "enter 2 strings "

read s

read s2

s3="$s $s2"

echo $s3

Comments

Popular posts from this blog

unix commands