<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 8, 2017 at 1:41 AM, Tim Rice <span dir="ltr"><<a href="mailto:tim@multitalents.net" target="_blank">tim@multitalents.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi Dan,<br>
<span class="gmail-"><br>
On Tue, 7 Mar 2017, Dan McDonald wrote:<br>
<br>
> Not to be confused with cal(1), but does anyone here use calendar(1)?<br>
<br>
</span>I use it here in my mail zone.<span class="gmail-"><br></span></blockquote><div><br></div><div>Ouch.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">
> Trying to gauge how hard I should try to replace it or not.<br>
<br>
</span>It would not be anywhere near as anoying to lose it as it was to<br>
discover bind was missing. ;-)<span class="gmail-"></span><br clear="all"></blockquote></div><br></div><div class="gmail_extra">I'm trying to understand the impact here - if it's bad then I'll look</div><div class="gmail_extra">again.<br><br></div><div class="gmail_extra">If you know the format of your calendar file, then something like<br><br>grep "^`date '+%D'`" ~/calendar<br><br></div><div class="gmail_extra">or<br><br>grep "^`date '+%b %e'`" ~/calendar<br><br></div><div class="gmail_extra">ought to do more or less the same thing.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div class="gmail_signature">-Peter Tribble<br><a href="http://www.petertribble.co.uk/" target="_blank">http://www.petertribble.co.uk/</a> - <a href="http://ptribble.blogspot.com/" target="_blank">http://ptribble.blogspot.com/</a></div>
</div></div>