View Single Post

   
  #9 (permalink)  
Old 02-25-2008, 02:22 PM
Henk Oegema
 
Posts: n/a
Default Re: which command(s) to use ?

Johnny Rebel wrote:

> var=`<command>`
>
> Put var= in front of it, and use back-ticks around the whole thing.
> This will assign the value of it to the var.
>

Thanks Johnny.
Reply With Quote