Everyday I will be given a new file which is exported from a remote production database. Now I need to replace a string with another string. Normally I open it up in vim & do the replacement manually. But since this file is 320 MB, what's a another way to do this without loading it up into memory with vim ?
P.S I am running on Ubuntu Lucid.