OPS145 Lab 5 Newversion: Difference between revisions

From Littlesvr Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


= vi =
= vi =
* purpose
* run+quit vi. no :w filename
* command mode, insert mode
* commands:
** i
** a
** u
** /
** w
** wq
** q!


= First half of the course: review =
= First half of the course: review =

Revision as of 00:06, 10 February 2024


!!! THIS PAGE IS NOT READY YET !!!

vi

  • purpose
  • run+quit vi. no :w filename
  • command mode, insert mode
  • commands:
    • i
    • a
    • u
    • /
    • w
    • wq
    • q!

First half of the course: review