what does this mean


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting what does this mean
# 1  
Old 09-26-2006
what does this mean

what does this signify in a script i came across

Quote:
if [ "$g_RUN_FREQ" = "$C_MTHLY" ]; then
/
a_DB_VIEW: $a_DB_VIEW
a_WRK_TBL: $a_WRK_TBL

fi
I don't understand the ones in bold statements. Please let me know.
# 2  
Old 09-26-2006
What shell is it?
# 3  
Old 09-26-2006
Its in korn shell
Login or Register to Ask a Question

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