<?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>mtime &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/mtime/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Fri, 13 Aug 2010 16:12:30 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=70968</generator>
	<item>
		<title>Cercare i file in una directory più vecchi di tre mesi e cancellarli</title>
		<link>https://blog.smsoft.it/2010/08/13/cercare-i-file-in-una-directory-piu-vecchi-di-tre-mesi-e-cancellarli/</link>
					<comments>https://blog.smsoft.it/2010/08/13/cercare-i-file-in-una-directory-piu-vecchi-di-tre-mesi-e-cancellarli/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 13 Aug 2010 16:12:30 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mtime]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=868</guid>

					<description><![CDATA[Per cercare i file in una directory più vecchi di tre mesi e cancellarli, si può usare il seguente comando da terminale: [crayon-6a79d438a633c236228379/]]]></description>
										<content:encoded><![CDATA[<p>Per cercare i file in una directory più vecchi di tre mesi e cancellarli, si può usare il seguente comando da terminale:</p><pre class="urvanov-syntax-highlighter-plain-tag">find /var/backupdb/ -type f -mtime +93 -exec rm -f {} \;</pre><p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2010/08/13/cercare-i-file-in-una-directory-piu-vecchi-di-tre-mesi-e-cancellarli/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Visualizzare i file modificati oggi nella directory corrente</title>
		<link>https://blog.smsoft.it/2010/08/02/visualizzare-i-file-modificati-oggi-nella-directory-corrente/</link>
					<comments>https://blog.smsoft.it/2010/08/02/visualizzare-i-file-modificati-oggi-nella-directory-corrente/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 02 Aug 2010 16:10:26 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mtime]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=865</guid>

					<description><![CDATA[Per visualizzare l&#8217;elenco dei file modificati oggi nella directory corrente, si può eseguire il seguente comando da terminale: [crayon-6a79d438a73c1613558958/]]]></description>
										<content:encoded><![CDATA[<p>Per visualizzare l&#8217;elenco dei file modificati oggi nella directory corrente, si può eseguire il seguente comando da terminale:</p><pre class="urvanov-syntax-highlighter-plain-tag">find . -mtime -1 \! -type d -exec ls -l {} \;</pre><p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2010/08/02/visualizzare-i-file-modificati-oggi-nella-directory-corrente/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
