<?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>command line &#8211; Diary of an Emacs tragic</title>
	<atom:link href="https://emacstragic.net/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://emacstragic.net</link>
	<description>Jason Lewis</description>
	<lastBuildDate>Tue, 18 Mar 2008 00:06:08 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://emacstragic.net/wp-content/uploads/2018/12/cropped-jason-lewis-profile-picture-square-150x150.jpg</url>
	<title>command line &#8211; Diary of an Emacs tragic</title>
	<link>https://emacstragic.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">38469313</site>	<item>
		<title>ping with timestamp</title>
		<link>https://emacstragic.net/uncategorized/ping-with-timestamp/</link>
					<comments>https://emacstragic.net/uncategorized/ping-with-timestamp/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:06:08 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://flip.dyndns.org/wordpress/?p=110</guid>

					<description><![CDATA[I couldn&#8217;t work out a way to get ping to print a timestamp of when the ping took place. For some reason it seems as though this isn&#8217;t a sought after feature. Luckily you can achieve the same thing using fping: while [ 1 ] ; do echo $(date '+%F %T') $(fping -e google.com); sleep [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I couldn&#8217;t work out a way to get ping to print a timestamp of when the ping took place. For some reason it seems as though this isn&#8217;t a sought after feature.<br />
Luckily you can achieve the same thing using fping:</p>
<pre lang=bash>while [ 1 ] ; do echo $(date '+%F %T') $(fping -e google.com); sleep 1; done
</pre>
<p>Gives the following output:<br />
<code>2008-03-18 11:06:54 google.com is alive (250 ms)<br />
2008-03-18 11:06:56 google.com is alive (248 ms)<br />
2008-03-18 11:06:57 google.com is alive (268 ms)<br />
2008-03-18 11:06:58 google.com is alive (250 ms)<br />
2008-03-18 11:07:00 google.com is alive (250 ms)</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/uncategorized/ping-with-timestamp/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">110</post-id>	</item>
	</channel>
</rss>
