Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 13
hp e3000
programming
and posix
vi command quick reference (cont.)
space - move cursor right
backspace - move cursor left
return - move cursor down
hyphen - move cursor up
/string return - search forward
:1,$s/foo/bar/g - replace all foo with bar every line
:wq - save and quit