-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlog.html
56 lines (43 loc) · 1.21 KB
/
log.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<HTML>
<HEAD>
<TITLE>log.1 manual page</TITLE>
</HEAD>
<BODY>
<H1>log.1 manual page</H1>
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
</PRE>
<H2>NAME</H2><PRE>
log - write a stream to a rotating log file
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>log</B> <I>dir</I>
</PRE>
<H2>DESCRIPTION</H2><PRE>
<B>log</B> reads a stream from its stdin, and writes the stream
to a file in the specified <I>dir</I>.
Every hour, the current log file is closed, a new one is
opened, and an older log file is deleted.
</PRE>
<H2>OPTIONS</H2><PRE>
dir The directory to which the log files will be writ-
ten.
</PRE>
<H2>BUGS</H2><PRE>
There is no way to change the rotation interval (one
hour), the number of log files that are kept (3), or the
log filenames used (NWR-*.raw).
</PRE>
<H2>AUTHOR</H2><PRE>
Greg Hewgill <a href="mailto:[email protected]"><[email protected]></a>
<a href="http://hewgill.com">http://hewgill.com</a>
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
<!--#include virtual="/google-analytics.inc"-->
</BODY>
</HTML>