Hello,
I am new to TCL and Expect. I wrote an Expect script that pulls the data that I want but I would like to pull it every day and automatically assign the days date as part of the file name.
I tried playing around with exec data but I could not get teh syntax down.
my current code:
# expect -f ofcvar.txt > ofcvar_20080818.txt
Could someone help me figure out the syntax to replace the date automatically every day?
TIA,
RF