Hi Let me add to this request above as it woul dbe nice to have the following:
Each line item in the text file is from a query to a database and has a special naming convention:
example
filename.txt
012YYYYMMDDHHMMSS
012YYYYMMDDHHMMSS
012YYYYMMDDHHMMSS
....
each line is unique. I am using a rcp command to copy the file to another server. the server stores the file as /YYYY/MM/DD/filename
If it could parse the text file, build the directory structure, and then rcp the file, that would be perfect. I have a simple rcp script, but as there are so many entries, it is a lot of manual work
any help would be greatly appreciated!