Tuesday, April 15, 2008

Opening a file in vi editor as read only

To open a file in vi as read only, you can use either of the command.
view file
or
vi -R file

No comments: