Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Add text in front of variable

$
0
0
I am just trying to add specific text in front of a ${variant} but can not seem to get the syntax correct.

I have tried sed -i '$a NM_004004.5' ${variant} and printf "NM_004004.5:%s\n" ${variant} with no luck.

Thank you :).

Viewing all articles
Browse latest Browse all 16232

Trending Articles