Variable

Hi ,

If "c.log" is a file. This file contains a number.

How to assign the content of file "c.log" as a variable ?

Please guide

regards

variable=`cat c.log`
echo $variable