bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sed Version 3.02 for Windows


From: Caione, Mario
Subject: sed Version 3.02 for Windows
Date: Fri, 2 Feb 2001 10:53:37 -0500

Hi,
    I am using sed (within a Windows NT 4.0 SP5 command window) on .cmd
files for character substitution like the following:
 
for %f in (*.cmd) do sed -e 's/aiis_m01/aiis_p01/g' %f > dx_%f
 
The files going into the execution have lines delimited by 0x0D0A, but
coming out they have lines delimited by 0x0A0A. Is there a way to prevent
the conversion of carriage returns to linefeeds?
 
Mario Caione
(610) 290-8461
address@hidden <mailto:address@hidden> 
address@hidden <mailto:address@hidden> 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]