|
user defined variables
How can I store the value of "system date" in some variable and use that value in my script...
I tired
var=date;
echo $var.................( in my script)
I know something is wrong here but how can I get the date in some variable ....
and once I get the date in some variable...I want to concantenate that value with some
string in my script....
PLs any insights..
Thanks
|