Yes, the ^L at the bottom of the less screen make me realize the
situation as I received your reply. The sed expression of \xc didn't
work for me, but using tr -d "\f" did the trick.
Thanks very much for your help!
Best regards,
Dave
On 3/6/2012 3:29 PM, David F. Skoll wrote:
On Tue, 06 Mar 2012 15:26:35 -0500
Dave<[email protected]> wrote:
"remind -c1 .reminders" and in fact, if I use less, that actually
helps as it stops the screen from clearing, at least while less is
running.
Ah... Remind outputs a form-feed (^L) after each page of the calendar.
This might be what's clearing your screen. On Linux, at least, piping
it like this:
remind -c1 ... | sed -e 's/\xc//'
gets rid of the form-feed.
Regards,
David.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
Remind is at http://www.roaringpenguin.com/products/remind
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
Remind is at http://www.roaringpenguin.com/products/remind