You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1959d9ec26 | 10 years ago | |
---|---|---|
README.md | 10 years ago | |
main.go | 10 years ago |
README.md
huppend
huppend reads data on stdin and appends it to a specified file, $outfile
.
Additionally, it listens for SIGHUP. When huppend receives SIGHUP, it closes
its handle on $outfile
and opens a new handle. This is useful for log
rotation.
usage
huppend --pidfile=huppend.pid outfile.log