timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678
  1. #include "include/options.h"
  2. ttail_options *ttail_options_init(int argc, char **argv)
  3. {
  4. fprintf(stderr,"ttail_options *ttail_options_init(int argc, \
  5. char **argv) Not implemented yet");
  6. return NULL;
  7. }