midge25
Programmer
- Jul 19, 2002
- 9
Hi,
I am trying to run the following on a set of files which are really large:
cat ./working_dir/CP900*.new | sort -k 1.1,1.43 -o ./merged_dir/CP900.merged
When I do this, it blows the space in tmp and I get the following error:
/usr: write failed, file system is full
sort: A write error occurred while sorting.
Is there an alternative command that I can use for the above that will not blow file space ??
I am trying to run the following on a set of files which are really large:
cat ./working_dir/CP900*.new | sort -k 1.1,1.43 -o ./merged_dir/CP900.merged
When I do this, it blows the space in tmp and I get the following error:
/usr: write failed, file system is full
sort: A write error occurred while sorting.
Is there an alternative command that I can use for the above that will not blow file space ??