Mailinglist Archive: opensuse (3288 mails)
| < Previous | Next > |
Re: [opensuse] search for word in huge txt file
- From: Randall R Schulz <rschulz@xxxxxxxxx>
- Date: Tue, 25 Dec 2007 06:56:20 -0800
- Message-id: <200712250656.20851.rschulz@xxxxxxxxx>
On Tuesday 25 December 2007 06:44, Afan Pasalic wrote:
We cannot necessarily just bestow an answer upon you.
How about this. What does the "file" command say about this file? I.e.,
say your file is named "reallyReallyBigFile," run this command:
% file reallyReallyBigFile
And tell us what it says.
The only reason I can think that grep could not handle a very large file
is that it does not have proper line breaks.
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Randall R Schulz wrote:
...
I didn't lose interest. :) Most of the things you are talking about
are beyond my knowledge and "just wait for final answer" :) :) :) I
tried few things recommended here but none worked.
As much as I can see, the only solution is to split the file into
smaller files?
We cannot necessarily just bestow an answer upon you.
How about this. What does the "file" command say about this file? I.e.,
say your file is named "reallyReallyBigFile," run this command:
% file reallyReallyBigFile
And tell us what it says.
The only reason I can think that grep could not handle a very large file
is that it does not have proper line breaks.
-afan
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |