PDA

View Full Version : Pico


FateZero
2003-09-16, 11:59 AM
I am trying to edit a file so that I can turn safemode off but all I get is Pico command not found. Please Help.

QT
2003-09-16, 12:05 PM
Originally posted by FateZero
I am trying to edit a file so that I can turn safemode off but all I get is Pico command not found. Please Help.


You can use vi to edit your files. At a prompt all you do is cd into the directory where your file is located. Then type:

vi filename.here

hit your "i" key

Then you can edit your file. After your finished editing your file you hit your "ESC" key.

To save your file when you're finished you type:

:wq

swift
2003-09-18, 03:34 AM
Originally posted by FateZero
I am trying to edit a file so that I can turn safemode off but all I get is Pico command not found. Please Help.

You can always install Pico ;)