On 6/23/07, - Tong - <[EMAIL PROTECTED]> wrote:

Wu-Kung Sun, have solve the line breaking problem.

Now something else.

On Sat, 23 Jun 2007 14:23:34 -0700, L.V.Gandhi wrote:

> [EMAIL PROTECTED]:~/stock$ for line in $(cat temp1);do echo
> "20070622,$line">>temp2 ;done

FYI, the best approach for your above is to use sed, which can still
maintain lighting speed even the "temp1" is 1g or 10g in size:

sed 's/^/20070622,/' temp1 >> temp2

Thanks for your reply.
Wu-Kung Sun's reply didn't produce desired result. However your advice gave
desired result.
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042

Reply via email to