Rob wrote:
> 
> I am trying to run diff on two huge files (220M) and I run out of swap
> space.  Is there another alternative?  I have a Python script that does
> something similar, but works on huge files, but it is much slower than
> diff.  Thanks,  Rob.
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message


split -b 50000k   put the files into managable size.  Rob.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to