Hi All,
I am trying to pick multiple files with same Name but with timestamp and different extensions.
ex:
SAPOpenSalesOrder_YYYYMMDD.dat
SAPOpenSalesOrder_YYYYMMDD.man
SAPOpenSalesOrder_YYYYMMDD.done
I am using the following code at command level to move the above file to another folder (/usr/sap/PI/Out to /usr/sap/PI/In).
mv -f /usr/sap/PI/Out/SAPOpenSalesOrder. /usr/sap/PI/In
But its not working. Any suggestion will help..
Regards,
Venu