Hi All,
I currently know use this command line to catenate several files into one. Now I have to make sure the files are in order by date before put the information into the output file. Then on another process I need to put the files in order by name. How do I sort by date and file name for two different process.
This is what I currently have:
cat spca* > outputSPCA.dat
This does not guarentee me the two different orders I need for my two different process.
Thanks for all your help.
Thank you for all your help
Tom
I currently know use this command line to catenate several files into one. Now I have to make sure the files are in order by date before put the information into the output file. Then on another process I need to put the files in order by name. How do I sort by date and file name for two different process.
This is what I currently have:
cat spca* > outputSPCA.dat
This does not guarentee me the two different orders I need for my two different process.
Thanks for all your help.
Thank you for all your help
Tom