Anything Simple 2
Just simple stuff ...
Showing posts with label
linux
.
Show all posts
Showing posts with label
linux
.
Show all posts
Tuesday, February 27, 2007
GVim: changing DOS style end of line to UNIX, or vise-versa
How to use GVim to change DOS style end of line to UNIX, or vise-versa?
To save the file in DOS style:
:set fileformat=dos
:w
To save the file in UNIX style:
:set fileformat=unix
:w
Please refer to
here
.
Older Posts
Home
Subscribe to:
Posts (Atom)