rajeshtektips
Programmer
Hi,
Iam new to shell scripting, and immediately need to write a shell script to find whether the incoming file is already exists in the directory or not.
Requirement is...
Daily we will get some files located in Incoming Folder.After that file is loaded to database the file is moved to Bakup folder.
The problem is sometimes we will get the file which is already exists in Backup folder but with different name.
We dont want to process those duplicate files.
I need to write a script to find whether the incoming file is existing or not in the Backup folder.
Please some one can help me in writing the script.
Thanks
raj
Iam new to shell scripting, and immediately need to write a shell script to find whether the incoming file is already exists in the directory or not.
Requirement is...
Daily we will get some files located in Incoming Folder.After that file is loaded to database the file is moved to Bakup folder.
The problem is sometimes we will get the file which is already exists in Backup folder but with different name.
We dont want to process those duplicate files.
I need to write a script to find whether the incoming file is existing or not in the Backup folder.
Please some one can help me in writing the script.
Thanks
raj