[linux] Re: charter
Kees Theunissen
theuniss op rijnh.nl
Vr mei 27 13:28:30 CEST 2005
On Fri, 27 May 2005, J. wrote:
>En andersom van Linux naar DOS dus van \NL naar \CR\NL of \012 naar
>\015\012 .
>
>awk '{/\n$/; printf "%s\015\012", $0}' < foo.txt > newfoo.txt
of:
awk '{print $0"\r"}' < foo.txt > newfoo.txt
of met wat minder overhead:
sed -e 's/$/\r/' < foo.txt > newfoo.txt
Zoals gebruikelijk zijn er vele wegen die naar Rome leiden.
Groeten,
Kees.
--
Kees Theunissen
F.O.M.-Instituut voor Plasmafysica "Rijnhuizen", Nieuwegein
E-mail: theuniss op rijnh.nl, Tel: 030-6096724, Fax: 030-6031204
More information about the Linux
mailing list