Friday, January 6, 2012

Vi : Some tricks

  • You can remove carriage return ( ^M ) characters with the following command:
    • :1,$s/^M//g Note: To input the ^M character, press Ctrl-v , and then press Enter or return.
       

No comments:

Post a Comment