Jeremy Kitchen wrote:
On Saturday 19 June 2004 02:38 am, Lee W wrote:
Ryan Moore wrote:
<>Lee W wrote:
<>I was hoping here would an easy way of getting a one line answer for the version/date rather than the amount of info the sigtool reports. I guess I will just had to write a slightly more detailed script than I originally though.
like what? sigtool --info=/usr/local/share/clamav/daily.cvd | head -l 1
wow. tough. ;)
-Jeremy
Or even:-
sigtool --stdout --info=main.cvd | grep -e 'Version:\|Build time:'
But after playing a bit more I see your point, thanks :-[
Regards
Lee
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
