When you try to edit large Dump file, the Popular Editors vi, gedit, emacs, nano etc.. could not open file size larger than 2GB.
You can use the sed ( Streamline Editor) to replace the content you need in that large file
Use the following command
sed -e 's/oldstuff/newstuff/g' inputfile.dmp > outputfile.dmp
No comments:
Post a Comment