TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7556] bash programming basic



Nathan Van Eps wrote:
> With "sh" you could do this:
> 
> VARIABLE=`date`

Please note that these characters on either side of "date" are back
ticks (`) and not single quotes ('). Good luck,

Troy