NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Why doesn't NetBSD recognize my entries in /etc/hosts?
* Benny Siegert (bsiegert%gmail.com@localhost) wrote:
> Other ways to get rid of the CRs are the "dos2unix" filter and opening
> in vim, setting :set fileformat=unix and saving.
vim in brief :se ff=unix
if you are not a vim user,
% tr -d '\r' < dosfile.txt > unixfile.txt
should also work.
--
Pongthep Kulkrisada
"Nothing ever exists entirely alone without relativity."
Home |
Main Index |
Thread Index |
Old Index