<?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>jpdemory &#187; Windows</title>
	<atom:link href="http://www.jpdemory.com/blog/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jpdemory.com/blog</link>
	<description>Ressources informatiques</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:49:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>vim : convertir un fichier Windows en fichier Unix</title>
		<link>http://www.jpdemory.com/blog/204</link>
		<comments>http://www.jpdemory.com/blog/204#comments</comments>
		<pubDate>Sat, 11 Apr 2009 14:46:15 +0000</pubDate>
		<dc:creator>Jean-Philippe DEMORY</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[convertir]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpdemory.com/blog/?p=204</guid>
		<description><![CDATA[Il existe au moins deux possibilités pour convertir un fichier Windows en fichier Unix : Première méthode, on demande à vim de faire le travail : :set fileformat=unix ou :set ff=unix Seconde méthode, on retire tous les caractères &#8216;^M&#8217; à la main : :%s/^M//g Le caractère &#8216;^M&#8217; s&#8217;obtient avec les touches [ctrl-v] et [enter] Related [...]


Related posts:<ol><li><a href='http://www.jpdemory.com/blog/210' rel='bookmark' title='Permanent Link: vim : convertir l’encodage d’un fichier'>vim : convertir l’encodage d’un fichier</a></li>
<li><a href='http://www.jpdemory.com/blog/291' rel='bookmark' title='Permanent Link: Bourne Shell : Réaliser une boucle sans fin'>Bourne Shell : Réaliser une boucle sans fin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Il existe au moins deux possibilités pour convertir un fichier Windows en fichier Unix :<br />
<span id="more-204"></span><br />
Première méthode, on demande à vim de faire le travail :<br />
<code>:set fileformat=unix</code> ou <code>:set ff=unix</code></p>
<p>Seconde méthode, on retire tous les caractères &#8216;^M&#8217; à la main :<br />
<code>:%s/^M//g</code><br />
Le caractère &#8216;^M&#8217; s&#8217;obtient avec les touches [ctrl-v] et [enter]</p>


<p>Related posts:<ol><li><a href='http://www.jpdemory.com/blog/210' rel='bookmark' title='Permanent Link: vim : convertir l’encodage d’un fichier'>vim : convertir l’encodage d’un fichier</a></li>
<li><a href='http://www.jpdemory.com/blog/291' rel='bookmark' title='Permanent Link: Bourne Shell : Réaliser une boucle sans fin'>Bourne Shell : Réaliser une boucle sans fin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jpdemory.com/blog/204/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
