Re: breakpoints & line-endings
Re: breakpoints & line-endings
- Subject: Re: breakpoints & line-endings
- From: Cameron Hayne <email@hidden>
- Date: Fri, 24 Jun 2005 01:02:31 -0400
On 23-Jun-05, at 10:41 PM, Peter N Lewis wrote:
perl -i.bak -p -e 's#(\015\012|\015|\012)#\012#g' *.c *.h
Or, more concisely:
perl i.bak -p -e 's/\r\n?/\n/g' *.c *.h
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden