Limit of number of lines for awk and sed.

Hi,

I'm using awk and sed to extract some data out from a text file. The text file consists of data over a million (prolly millions) of lines.

Question: Is there a limit of number of lines for awk and sed?

Thanks in advance.

you will immediately know when you run your script and see if it finish processing.

uhmm.. it did finish up.. no error. so, all's good then i supposed? well anyways i'll compare the result data with the original's.