I have a shell script which should read file in a shared area with date in filename.
e.g: filename : abc_26042011.csv
shell script generated by tool that I am using :
SET LOAD_FILE="<Directory Path>\abc_26042011.csv"
Since there will be new file everyday, how can I modify this script to take filename with latest date?