Unix and Linux Discussions Tagged with days |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
4,752 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,286 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,022 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
9,547 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,022 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,308 |
Shell Programming and Scripting |
|
|
|
0 |
2,144 |
Cartoons for Geeks |
|
|
|
0 |
1,277 |
UNIX and Linux RSS News |
|
|
|
0 |
1,115 |
UNIX and Linux RSS News |
|
|
|
3 |
3,081 |
Shell Programming and Scripting |
|
|
|
7 |
10,868 |
Shell Programming and Scripting |
|
|
|
9 |
4,076 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
8,308 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
36,261 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,400 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
6,617 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,925 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
5,520 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,922 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
35,943 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
4,976 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
7,273 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,378 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,570 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
3,839 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,198 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,283 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
5,710 |
Programming |
|
|
|
7 |
5,470 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,062 |
Programming |
|
|
|
3 |
61,400 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,444 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,177 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,480 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
47,049 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
27,757 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
15,016 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,631 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,856 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
4 |
51,089 |
UNIX for Dummies Questions & Answers |
SENDINPATHS(8) InterNetNews Documentation SENDINPATHS(8)
NAME
sendinpaths - Send Usenet Path: statistics via e-mail
SYNOPSIS
sendinpaths [-cdhn] [-k keep-days] [-r report-days] [address [address ...]]
DESCRIPTION
sendinpaths checks pathlog/path for ninpaths dump files, finds dump files generated in the past report-days days, makes sure they are valid
by running ninpaths on each one and making sure the exit status is zero, and passes them to ninpaths to generate a cumulative report. By
default, that report is mailed to the e-mail addresses configured at the beginning of this script (by default, only one address is
configured: <top1000@anthologeek.net>) in order to supply the TOP1000 project with useful statistics. See
<http://top1000.anthologeek.net/> for more information.
When finished, sendinpaths deletes all dump files in pathlog/path that are older than keep-days days.
For more information on how to set up ninpaths, see ninpaths(8).
OPTIONS
-c When this flag is used, the report is also e-mailed, besides the default submission addresses or those given as command-line arguments,
to the newsmaster's address set at configure time.
-d Enables debug messages.
-h Gives usage information.
-k keep-days
After having processed dump files, sendinpaths removes those that are older than keep-days days. The default is 0, that is to say to
remove all dump files.
Setting keep-days to another value can be useful for debugging purpose because it permits to keep a few dump files.
-n Don't e-mail the report; instead, just print it to standard output. Don't delete old dump files.
-r report-days
Process dump files generated during the last report-days days. The default is 32, that is to say to process all the dump files that
have been generated during the last 32 days (if, of course, they have not been deleted yet by a previous run of sendinpaths according
to the value set by the -k flag).
address ...
E-mail the report to the mentioned address or addresses, instead of the default one. Several addresses can be used, separated by
whitespace. For instance, for two adresses:
sendinpaths pathsurvey@top1000.org top1000@anthologeek.net
HISTORY
sendinpaths was written by Olaf Titz <olaf@bigred.inka.de>.
$Id: sendinpaths.pod 9384 2011-12-25 20:57:03Z iulius $
SEE ALSO
ninpaths(8).
INN 2.5.3 2012-06-15 SENDINPATHS(8)