Re: Problem mit der Installation von mod_php4

From: Oliver Fromme <olli(at)secnetix.de>
Date: Fri, 6 Jun 2003 14:05:31 +0200 (CEST)

Marcus Franke <Marcus.Franke(at)viebranz.de> wrote:
> Ok, ich habe den Fehler gefunden, ich habe die Teile leider
> über ne Windows Büchse auf den Server geschoben und hatte
> lauter nette ^M in den patch files, ist das LineFeed?

Ja, DOS/Win benutzt ^M^J (== "\r\n" == CR-LF) als Zeilen-
ende, während UNIX nur ^J verwendet. Die überzähligen ^M
hängen dann natürlich quasi als zusätzlicher Content in den
Zeilen herum ...

Kriegt man z.B. mit »tr« trivial weg:

$ tr -d '\r' <Datei.alt >Datei.neu

Gruß
   Olli (Der jetzt weiß, daß »tr« für »trivial« steht.)

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 06 Jun 2003 - 14:05:34 CEST

search this site