1. fcron 3.0.1

on SuSE 10.x

2. lighttpd

on Mac OS X

configure.in:76: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

3. awk

print out running sum of a column: awk '{sum=sum+$1, printf("sum: %d", $sum)}'

last edited 2007-09-11 19:34:05 by MikeSolomon