Guest_imported
New member
- Jan 1, 1970
- 0
I am sorting a comma delimited file on aix using the sort command, I need to sort on the 1-2 and 4th columns.
problem is that the file is 500+ mb and the sort fills /var/tmp (i wish you could specify a different fs) the admin added some more room for the filesystem but it still fails and I don't think added more is an option
does anyone know of a better sort program, I was thinkin perl or C, that could accomplish this, otherwise I might have to find some time to write my own
thanks in advance
problem is that the file is 500+ mb and the sort fills /var/tmp (i wish you could specify a different fs) the admin added some more room for the filesystem but it still fails and I don't think added more is an option
does anyone know of a better sort program, I was thinkin perl or C, that could accomplish this, otherwise I might have to find some time to write my own
thanks in advance