If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
i need to sort 3 files and put the result in the same 3 input files (overwrite)
three input files are comma delimited , i have tried on single key files but never on 4 key fields and on 3 files at a time....
I don't think you can do what you want without writting a script wrapper.
work out the details in the 'stand-alone' mode and write your script afterwards.
right, but I don't think you can do it for multiple files. I might be mistaken - you'll have to try it out in the 'sand-box' to see how far you can get.
If you cannot do it for multiple files on the same command line, you'l' have to script it with some kind of a 'loop' - one file at the time.