On Sat, May 14, 2011 at 02:55:20PM -0700, Anthony Martin wrote:
> tlaro...@polynum.com once said:
> > There is one utility used by MetaPost scripts: a binary "newer" using
> > POSIX (sys/stat.h) mainly because if on POSIX compliant systems one can
> > use find(1) with "-cnewer", Plan9 has not find(
tlaro...@polynum.com once said:
> There is one utility used by MetaPost scripts: a binary "newer" using
> POSIX (sys/stat.h) mainly because if on POSIX compliant systems one can
> use find(1) with "-cnewer", Plan9 has not find(1).
>
> [...]
>
> What would be the prefered way using utilities availa
Hello,
I have finished to add MetaPost to kerTeX and I'm testing and polishing.
My aim is to have something strictly C89.
There is one utility used by MetaPost scripts: a binary "newer" using
POSIX (sys/stat.h) mainly because if on POSIX compliant systems one can
use find(1) with "-cnewer", Plan