Hi
I want to print a variable with spaces in front og it.
ex.
a=123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
>echo $a - should loog like this
123456789012345678901234567890
123456789012345678901234567890
123456789012345678901234567890
>
all I want t do is to have a margin infront of the print - so that it won't use the first 5 spaces eventhou it shifts lines.
A nother thing is that I want only to ptint the first 30 caraters of $a
Thanks
/Lars
I want to print a variable with spaces in front og it.
ex.
a=123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
>echo $a - should loog like this
123456789012345678901234567890
123456789012345678901234567890
123456789012345678901234567890
>
all I want t do is to have a margin infront of the print - so that it won't use the first 5 spaces eventhou it shifts lines.
A nother thing is that I want only to ptint the first 30 caraters of $a
Thanks
/Lars