Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's also often a good idea to try out your command and make sure it's giving you the files you want by using the --dry-run option.

 Now, since we gzip all the files, you need to unzip them.  I did this like so:

Code Block
find ./ -name '*.gz' | xargs gunzip

Depending on the number of files, this could take quite a while.

Okay, now you have the files you can slice, dice, chop and search to your hearts content using whatever tools you prefer.  Don't forget to cleanup your ec2 instance when you're done.  Also, make sure you're REALLY done before you do (wink)