no space says a sort script

From: L Prasad <lalaprasad1717_at_hotmail.com>
Date: Tue, 08 Feb 2000 20:50:10 -0800 (PST)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:40 NZDT