Programming and posix - February 2001
February 10, 2001
Solution Symposium
Page 12
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