blob: 700a70ee440e2cb7c2484aa1d1df50f2fa40c188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.TH man 8 "14 November 2014" "1.0" "rotate man page"
.SH NAME
rotate \- rotate logs
.SH SYNOPSIS
rotate <log> <keep>
.SH DESCRIPTION
Rotate logs, where <log> is the name of the log and <keep>
is the number of copies you wish to keep
.SH EXAMPLES
rotate /var/log/syslog 1
.SH SEE ALSO
.SH AUTHOR
Manpage written by Jacob Adams <tookmund@gmail.com>
|