help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] add and expand


From: Val Krem
Subject: [Help-bash] add and expand
Date: Mon, 5 Jun 2017 22:00:12 +0000 (UTC)

Hi all,

I have an array  and i want list the array elements with prefix. In this case 
my prefix is "Number"


#! /bash/bin

List="one two three"


my desired out put should be
"Numberone, Numbertwo, Numberthree"


I tried 

echo address@hidden and echo ${Name[@/#/Number]}
did not work.

Val


reply via email to

[Prev in Thread] Current Thread [Next in Thread]