AKMG: Search Email Data Quickly Using Linux :: A Quick Tip
Monday, August 31st, 2009
Linux, per many of my other blogs, is truly the King of operating systems to couple with any stable email marketing endeavors.
As an email marketer, you will often find yourself having to locate opt-in information or pinpoint email records quickly. Here’s a quick tip on how to find a record really fast using my favorite text utility, VIM (don’t copy the quotes):
- Open your file by running the command:
“vim fileNameHere”
- Search for your text by executing:
“/email@address.com/e”
- The above text searches for the string, “email@address.com”. The ‘/e’ at the end makes your cursor land on the found record to make your data hunt even easier.
Special Note :: VIM is, of course, available on Mac OSX, as it runs on a Unix core, bundled with quite a bit of shell/terminal applications!
That’s it! You can search for any string very easily using the above snippet. Questions? Email me.









