Re: [Rd] Write unix format files on windows and vice versa

2012-04-24 Thread Ted Harding
On 24-Apr-2012 17:23:00 Andrew Redd wrote: > I go back and forth between windows and linux, and find myself > running into problem with line endings. Is there a way to > control the line ending conversion when writing files, such as > write and cat? More explicitly I want to be able to write files

Re: [Rd] Write unix format files on windows and vice versa

2012-04-24 Thread Duncan Murdoch
On 24/04/2012 1:23 PM, Andrew Redd wrote: I go back and forth between windows and linux, and find myself running into problem with line endings. Is there a way to control the line ending conversion when writing files, such as write and cat? More explicitly I want to be able to write files with

[Rd] Write unix format files on windows and vice versa

2012-04-24 Thread Andrew Redd
I go back and forth between windows and linux, and find myself running into problem with line endings. Is there a way to control the line ending conversion when writing files, such as write and cat? More explicitly I want to be able to write files with LF line endings rather than CRLF line ending