automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: what's a good way to check a file size (as part of a "make check") f


From: Harlan Stenn
Subject: Re: what's a good way to check a file size (as part of a "make check") from automake?
Date: Mon, 26 Dec 2005 19:36:37 +0000

I suspect parsing ls -l will prove to be Interesting.

If you know you will be running on *ix, try 'wc -c' or 'du -b', and know
that you will still have problems on some systems.

If you know you will require perl, a little perl script will probably be
the most sane.

H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]