hi


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers hi
# 1  
Old 06-05-2006
hi

Hi

can anyone please explain this
I am trying to understand a scripts and this is used quiet often and i am not quiet sure what this is used for.



isql -U${DBUSER} -P${DBPASSWORD} -S${DBSERVER} -w1000 << EOF > ${ABC}

what ${ABC} will do .

Thanks
# 2  
Old 06-05-2006
${ABC} is a variable that points to a file containing the output from the isql command.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question