In Linux how can I fetch an URL and get its contents in a variable in shell script?
content=`wget -O - $url`