Hi Managers!
I have a sort script which takes an input file sorts it and writes to an
output file.
This seemed to be working fine with smaller files but with a file size of
1725198 bytes it gives an error ksh: no space
the script is like this
`cat $INPUT_FILE | tr " " "^V"` | sort | cut -f2 -d "|" | tr "^V" " " >
$OUTPUT_FILE
Can someone help
Thanks
L.Prasad
______________________________________________________
Get Your Private, Free Email at
http://www.hotmail.com
Received on Wed Feb 09 2000 - 04:50:54 NZDT