timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 223B

12345678
  1. bin_PROGRAMS = ttail
  2. ttail_SOURCES = ttail.c dateformats.c options.c
  3. if WANT_LIBFMT_REGEX
  4. ttail_SOURCES += fmt_regex.c
  5. endif
  6. ttail_CFLAGS = -std=c99 -Wall -Werror -D_XOPEN_SOURCE -D_GNU_SOURCE -I$(top_srcdir)/src/include