Vivek Joshi's Weblog
Thursday Feb 09, 2006
Simple echo puzzle
I wasn't aware of echo magic until I was stuck in one of the script ...
#test="Hello World" #echo $test Hello World
echo has removed extra white spaces above ... I get the desired output as follows :-)
#echo "$test" Hello World
Posted at 07:45PM Feb 09, 2006 by vbjoshi in General | Comments[1]
Posted by reha gur on February 14, 2006 at 10:30 PM IST #