<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Linux last reboot time and date find out</title>
	<atom:link href="http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Sun, 21 Mar 2010 03:36:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xera</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-152156</link>
		<dc:creator>xera</dc:creator>
		<pubDate>Sun, 06 Dec 2009 15:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-152156</guid>
		<description>the command &quot;last reboot&quot; worked for me, on my mac!</description>
		<content:encoded><![CDATA[<p>the command &#8220;last reboot&#8221; worked for me, on my mac!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diana</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141410</link>
		<dc:creator>diana</dc:creator>
		<pubDate>Tue, 16 Oct 2007 03:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141410</guid>
		<description>Thanks vivek.its working great.....</description>
		<content:encoded><![CDATA[<p>Thanks vivek.its working great&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141406</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Mon, 15 Oct 2007 14:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141406</guid>
		<description>My bad...I forgot to include double quote ...

&lt;pre&gt;59 11 * * * last &#124; grep &quot;$(date &#039;+%a %b %d&#039;)&quot; &gt; /tmp/users.out ; mail -s “Users Logged&quot;&lt;/pre&gt;

Also you may wanna try out:
&lt;pre&gt;last -t yyyymmddhhmmss&lt;/pre&gt;

HTH</description>
		<content:encoded><![CDATA[<p>My bad&#8230;I forgot to include double quote &#8230;</p>
<pre>59 11 * * * last | grep "$(date '+%a %b %d')" > /tmp/users.out ; mail -s “Users Logged"</pre>
<p>Also you may wanna try out:</p>
<pre>last -t yyyymmddhhmmss</pre>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diana</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141405</link>
		<dc:creator>diana</dc:creator>
		<pubDate>Mon, 15 Oct 2007 13:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141405</guid>
		<description>thanks a lot vivek.i din&#039;t expect this much fast reply.But unfortunately when i execute,
 $ last &#124; grep $(date &#039;+%a %b %d&#039;)
i couldn&#039;t get anything.Please help</description>
		<content:encoded><![CDATA[<p>thanks a lot vivek.i din&#8217;t expect this much fast reply.But unfortunately when i execute,<br />
 $ last | grep $(date &#8216;+%a %b %d&#8217;)<br />
i couldn&#8217;t get anything.Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141403</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Mon, 15 Oct 2007 13:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141403</guid>
		<description>Should be..
&lt;pre&gt;59 11 * * * last &#124; grep $(date &#039;+%a %b %d&#039;) &gt; /tmp/users.out ; mail -s “Users Logged&quot;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Should be..</p>
<pre>59 11 * * * last | grep $(date '+%a %b %d') &gt; /tmp/users.out ; mail -s “Users Logged"</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: diana</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141402</link>
		<dc:creator>diana</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-141402</guid>
		<description>i couldn&#039;t find out the error. please help me.

#Send list of users logged on to server via email
59 11 * * * last &#124; grep date ‘+%a %b %d’ &gt; /tmp/users.out ; mail -s “Users Logged Today” ephrondiana@gmail.com

when i tried to execute,
$ last &#124;grep date &#039;+%a %b %d&#039;
i got no such file or directory error.</description>
		<content:encoded><![CDATA[<p>i couldn&#8217;t find out the error. please help me.</p>
<p>#Send list of users logged on to server via email<br />
59 11 * * * last | grep date ‘+%a %b %d’ &gt; /tmp/users.out ; mail -s “Users Logged Today” <a href="mailto:ephrondiana@gmail.com">ephrondiana@gmail.com</a></p>
<p>when i tried to execute,<br />
$ last |grep date &#8216;+%a %b %d&#8217;<br />
i got no such file or directory error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamshid</title>
		<link>http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-77799</link>
		<dc:creator>jamshid</dc:creator>
		<pubDate>Thu, 22 Feb 2007 11:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html#comment-77799</guid>
		<description>On my FC5 system instead of 
last reboot &#124; head -1
I can type
last reboot  -1</description>
		<content:encoded><![CDATA[<p>On my FC5 system instead of<br />
last reboot | head -1<br />
I can type<br />
last reboot  -1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.174 seconds -->
