<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mac os x Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/mac-os-x/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Fri, 07 Nov 2025 14:02:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Differences in end of line characters</title>
		<link>https://creatronix.de/differences-in-end-of-line-characters/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 11:33:53 +0000</pubDate>
				<category><![CDATA[Software Engineering & Programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1994</guid>

					<description><![CDATA[<p>When you work with different operating systems you encounter different line endings. Editing a file on a Linux system and opening it on a windows machine can give a weird result. Here is a short overview which system uses which command characters: OS Command character Windows CR + LF Linux LF Mac OS &#60;= 9&#8230;</p>
<p>The post <a href="https://creatronix.de/differences-in-end-of-line-characters/">Differences in end of line characters</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you work with different operating systems you encounter different line endings. Editing a file on a Linux system and opening it on a windows machine can give a weird result.</p>
<p>Here is a short overview which system uses which command characters:</p>
<table class="table-striped">
<thead>
<tr>
<th>OS</th>
<th>Command character</th>
</tr>
</thead>
<tbody>
<tr>
<td>Windows</td>
<td>CR + LF</td>
</tr>
<tr>
<td>Linux</td>
<td>LF</td>
</tr>
<tr>
<td>Mac OS &lt;= 9</td>
<td>CR</td>
</tr>
<tr>
<td>Mac OS X</td>
<td>LF</td>
</tr>
</tbody>
</table>
<p>The post <a href="https://creatronix.de/differences-in-end-of-line-characters/">Differences in end of line characters</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
