plan9port/man/man1/clog.1

19 lines
328 B
Groff
Raw Normal View History

2005-01-04 21:20:04 +00:00
.TH CLOG 1
.SH NAME
auxclog \- create date-stamped console log
.SH SYNOPSIS
.B auxclog
.I console
.I logfile
.SH DESCRIPTION
.I Auxclog
opens the file
.I console
and writes every line read from it, prefixed by the ASCII time, to the file
.IR logfile .
.SH SOURCE
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/auxclog.c
2005-01-04 21:20:04 +00:00
.SH BUGS
Should be named
.IR aux/clog .