Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • when i use grep -F -f 300KFile 30MFile > result.txt it basically recreated the 30MFile in result.txt. Am I doing something wrong? Commented May 30, 2012 at 2:18
  • @marcio_rogerio Do you have an empty line in 300KFile? That would match all lines in 30MFile. Commented May 30, 2012 at 8:11
  • right on spot! that fixed it! it ran in less than 30 seconds!!! thank you very much! Commented May 30, 2012 at 12:36