just starting out BASH and Linux in general. I've been struggling to add spaces for this variable and it'll be great help if someone could guide me here.
I tried this and didn't work"
$ line2=" "AppID": {"
This is the desired output that has several spaces starting
Thank you. Prakash
echo "$line2"
. Isn't that what you want? – terdon Jun 06 '22 at 14:33