Log rotation
John Chambers
jc at trillian.mit.edu
Fri Aug 3 21:33:08 EDT 2001
--------
| If anyone has entirely too much free time over the weekend, they can
| explain to me why this script doesn't copy its input into the log file
| (as I expected), but just seems to write a stream of blank lines:
...
| while [ read $line ]; do
...
Try replacing that with:
while [ read line ]; do
Does that work better?
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list