mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
18 lines
328 B
Groff
18 lines
328 B
Groff
.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
|
|
.B \*9/src/cmd/auxclog.c
|
|
.SH BUGS
|
|
Should be named
|
|
.IR aux/clog .
|