Re: zmore diff

2015-04-09 Thread Todd C. Miller
On Thu, 09 Apr 2015 08:37:31 +0200, Tim van der Molen wrote: > This diff makes zmore and zless recognise options starting with + so > that commands like "zless +G foo.gz" work. > > It makes sense to do this for zmore, too, because the less > implementation of more also supports + options. Thanks

zmore diff

2015-04-08 Thread Tim van der Molen
This diff makes zmore and zless recognise options starting with + so that commands like "zless +G foo.gz" work. It makes sense to do this for zmore, too, because the less implementation of more also supports + options. cvs server: Diffing compress Index: compress/zmore ===