<?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; purge</title>
	<atom:link href="http://www.axiso.net/t/purge/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>Trouver les plus anciens fichiers modifiés</title>
		<link>http://www.axiso.net/a/trouver-plus-anciens-fichiers/</link>
		<comments>http://www.axiso.net/a/trouver-plus-anciens-fichiers/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 17:06:21 +0000</pubDate>
		<dc:creator><![CDATA[axiso]]></dc:creator>
				<category><![CDATA[Console / Shell]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[purge]]></category>
		<category><![CDATA[supprimer]]></category>
		<category><![CDATA[trouver]]></category>

		<guid isPermaLink="false">http://www.axiso.net/?p=9</guid>
		<description><![CDATA[Idéal pour purger des journaux accumulés depuis trop longtemps. Lister les fichiers modifiés il y a plus de 222 jours (donc les plus anciens) find -ctime +222 -exec ls -l {} \; Supprimer les fichiers modifiés il y a plus de 222 jours (donc les plus anciens) find -ctime +222 -exec rm {} \;]]></description>
		<wfw:commentRss>http://www.axiso.net/a/trouver-plus-anciens-fichiers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
