...
for file in `find ${LANDING_FILE_DIR}${bTIME_FILENAME_PATTERN1}`
do
....
running the script I get the following find error:
find: bad status-- /.../BTIME_ACTUAL_WORK_HRS_wk_[0-9][0-9]_to_[0-9][0-9].csv
so I'm looking for a way in the script to capture the fact that no file(s) where found and not just have the script abort with the the find: bad status message....