<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Dos2unix</id>
	<title>Dos2unix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Dos2unix"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Dos2unix&amp;action=history"/>
	<updated>2026-05-17T04:22:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=Dos2unix&amp;diff=1120&amp;oldid=prev</id>
		<title>Admin at 01:39, 20 January 2013</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Dos2unix&amp;diff=1120&amp;oldid=prev"/>
		<updated>2013-01-20T01:39:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A simple but effective script that strips out the /r (Carriage Return) character from DOS-based text files so that you don&amp;#039;t see ^M at the end of every line when viewing under linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;dos2unix&amp;quot;&lt;br /&gt;
for file in &amp;quot;$@&amp;quot;&lt;br /&gt;
do&lt;br /&gt;
  tr -d &amp;quot;\r&amp;quot; &amp;lt;$file&amp;gt;$file.unix&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>