Hi All,
I am using dbaccess utility to connect to informix from shell scripts. Below is the code that i use.
dbaccess $DB_NAME $SQL_FILE >$TMP_FILE 2>>$LOG_FILE
When I executed the above script, It is executing perfectly. No problem in that but i am getting the below lines being written to the log files.
Database selected.
2 row(s) unloaded.
Database closed.
I would like to know a way to suppress the above lines from being written into the log files. This is a very urgent requirement. Any of your solution is highly appreciatable.
Thanks in advance,
p_db_user