View Single Post
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#147
Originally Posted by peetmossfloss View Post
Easy Peasy. To insert text in vi type i then make your edits. When you're done you can save and quit by hitting the escape thumb key, "the button on the top above the home and menu keys," then type :wq and hit return to write the file and quit vi.
Alternatively, try this:

Code:
cp .browser .browser.bak
cat .browser.bak | sed s/hidden=true/hidden=false/ > .browser