Is there a way in bash to store the returned value of a command in a variable. ex:<BR><BR>variable=date "+%d_%b_%Y"<BR>echo "the date is " $date<BR><BR>The first line ...