Need help writing a shell script (host script) to move files using wildcards
File path and file name are two parameters that will be passed from the concurent program. I want to write a host script to move files using the file name paramter (contains file name with wildcard character) from one directory to another. For example move files with names like HSA_Payroll* (file names have a timestamp at the end of the name) from /sqlcom/outbound/ to /APPS/data/Staging. I read that you can use "$@" as the parameter to pass file names using wildcards in bash or ksh, but when you write a host script for Oracle EBS, the first 5 parameters are