I'm trying to echo some variables in this format: <var1> <var2> <var3> <var4>
.
I tried:
echo "<$r[0]> <$r[1]> <$r[2]> <$r[3]>";
But it doesn't show any output. How can I make it work?
I'm trying to echo some variables in this format: <var1> <var2> <var3> <var4>
.
I tried:
echo "<$r[0]> <$r[1]> <$r[2]> <$r[3]>";
But it doesn't show any output. How can I make it work?