On 8/31/05, <b class="gmail_sendername">Matt Morgan</b> <<a href="mailto:minxmertzmomo@gmail.com">minxmertzmomo@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_1060e2fd0b2b2c01_0">On 8/31/05, <b class="gmail_sendername">Paul Smith</b> <<a href="mailto:phhs80@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">phhs80@gmail.com
</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear All<br><br>I am looking for the best way of programming the (automatic) shutdown<br>time of  my computer. Any ideas?<br><br>Thanks in advance,<br><br>Paul<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

fedora-list@redhat.com</a><br>To unsubscribe: <a href="http://www.redhat.com/mailman/listinfo/fedora-list" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br></span></div>
man cron <br>
<br>
if you want it to happen at regular intervals, or<br>
<br>
man at<br>
<br>
if you want it to happen once, at a specific time.<br>

</blockquote></div><br>
and I should have added, I don't think it's a great idea to do it in
cron, especially if you're also running anacron. I don't really have
any experience with this, though.<br>