hi,
I have 1.6 GB big text file and I have to find if there is a specific word in the file.
Every time I try
$> grep -i "word" file.txt
I'll get message: "grep: memory exhausted".

How can I do that?
Is there any way I can split the file into several files and then do search?

thanks for any help.

-afan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to