plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

clog.1 (328B)


      1 .TH CLOG 1
      2 .SH NAME
      3 auxclog \- create date-stamped console log
      4 .SH SYNOPSIS
      5 .B auxclog
      6 .I console
      7 .I logfile
      8 .SH DESCRIPTION
      9 .I Auxclog
     10 opens the file
     11 .I console
     12 and writes every line read from it, prefixed by the ASCII time, to the file
     13 .IR logfile .
     14 .SH SOURCE
     15 .B \*9/src/cmd/auxclog.c
     16 .SH BUGS
     17 Should be named
     18 .IR aux/clog .