<?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>watch &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/watch/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>Tue, 22 May 2018 08:30:30 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=73292</generator>
	<item>
		<title>watch: monitorare l&#8217;output di un altro comando</title>
		<link>https://blog.smsoft.it/2018/05/22/watch-monitorare-loutput-di-un-altro-comando/</link>
					<comments>https://blog.smsoft.it/2018/05/22/watch-monitorare-loutput-di-un-altro-comando/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 22 May 2018 08:30:30 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[watch]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=4048</guid>

					<description><![CDATA[A volte, può essere utile eseguire un comando più volte in sequenza e vedere quali sono le variazione nei dati restituiti. Il comando in questione è watch. Vediamo un esempio semplice: watch date Questo eseguirà ogni 2 secondi il comando date e ne visualizzerà l&#8217;output. Per disabilitare l&#8217;header del comando: watch -t date Per evidenziare ... <a title="watch: monitorare l&#8217;output di un altro comando" class="read-more" href="https://blog.smsoft.it/2018/05/22/watch-monitorare-loutput-di-un-altro-comando/" aria-label="Per saperne di più su watch: monitorare l&#8217;output di un altro comando">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>A volte, può essere utile eseguire un comando più volte in sequenza e vedere quali sono le variazione nei dati restituiti. Il comando in questione è <strong>watch</strong>.</p>
<p>Vediamo un esempio semplice:<br />
<code>watch date</code></p>
<p>Questo eseguirà ogni 2 secondi il comando <strong>date</strong> e ne visualizzerà l&#8217;output.</p>
<p>Per disabilitare l&#8217;header del comando:<br />
<code>watch -t date</code></p>
<p>Per evidenziare in automatico i cambiamenti tra un&#8217;esecuzione e l&#8217;altra:<br />
<code>watch -d date</code></p>
<p>Per variare il tempo di ritardo tra un&#8217;esecuzione e l&#8217;altra:<br />
<code>watch -n 5 date</code></p>
<p>enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2018/05/22/watch-monitorare-loutput-di-un-altro-comando/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
