DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Move or jump to specific lines in vi | UNIX | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

2 comments

  • This can also be done using the ex facility of vi: simply type ":" (to get the ex prompt), then the line number, then return; ":0" goes to the first line; ":$" goes to the last. More keystrokes, but it syncs well with things like ":0,$s/foo/bar/g".
  • This doesnt work.

Add New Comment

Returning? Login