Hi,
How to suppress an error message while using shell?
eg)
ll -rt bcopy_1/temp_db_*.sql > bcopy_1/chk.lst
bcopy_1/temp_db_*.sql not found
I don't want the error message "bcopy_1/temp_db_*.sql not found" to appear ... If the file isn't there, it should just create a 0 byte output file (bcopy_1/chk.lst in this case)
How do I do this ? or can I do this ?
Thanx
-Maria
How to suppress an error message while using shell?
eg)
ll -rt bcopy_1/temp_db_*.sql > bcopy_1/chk.lst
bcopy_1/temp_db_*.sql not found
I don't want the error message "bcopy_1/temp_db_*.sql not found" to appear ... If the file isn't there, it should just create a 0 byte output file (bcopy_1/chk.lst in this case)
How do I do this ? or can I do this ?
Thanx
-Maria