<?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>Axiso &#187; sed</title>
	<atom:link href="http://www.axiso.net/t/sed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axiso.net</link>
	<description>Notes</description>
	<lastBuildDate>Sat, 21 Feb 2026 21:29:38 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.40</generator>
	<item>
		<title>Remplacement de texte avec Sed</title>
		<link>http://www.axiso.net/a/remplacements-texte-sed/</link>
		<comments>http://www.axiso.net/a/remplacements-texte-sed/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 07:11:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Console / Shell]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://www.axiso.net/?p=547</guid>
		<description><![CDATA[Remplacer le texte aaaa par bbbb une fois par ligne dans un fichier : sed -i s/aaaa/bbbb/ fichier.txt Remplacer le texte aaaa par bbbb plusieurs fois de façon globale : sed -i s/aaaa/bbbb/g fichier.txt Remplacer les caractères spéciaux par des sauts de lignes réels : sed -i 's/\r\n/rn/g' fichier.txt Insérer le texte aaaa en première [&#8230;]]]></description>
		<wfw:commentRss>http://www.axiso.net/a/remplacements-texte-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
