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...