On Feb 8, 2008 2:26 PM, Michael Andronov <[EMAIL PROTECTED]> wrote: > Is it a way to display line numbers along the text?
Edit ,>grep -n '^' or perhaps: Edit ,|grep -n '^' and later: Edit ,x/^[0-9]+: /d > Is it a way to figure out particular line number? Edit =