1 | .TH FXPURGE 1 "October 24, 1990" |
---|
2 | .SH NAME |
---|
3 | fxpurge \- remove picked-up files |
---|
4 | .SH SYNOPSIS |
---|
5 | fxpurge [ options ] [ +n ] [ -n ] [ assignment ] [ student ... ] |
---|
6 | .SH DESCRIPTION |
---|
7 | This is a grader command in the Educational On-Line System. It will |
---|
8 | remove files from the file exchange that have already been picked up |
---|
9 | by students. |
---|
10 | |
---|
11 | Arguments are parsed in the order they appear on the command line. A |
---|
12 | plus sign followed by a number n means only remove files at least n |
---|
13 | days old. A minus sign followed by a number n means only remove files |
---|
14 | at most n days old. These may be combined to specify a range. |
---|
15 | |
---|
16 | A hyphen followed by a letter is an option. An argument that starts |
---|
17 | with a digit is an assignment number. You may retrieve files for all |
---|
18 | assignments by leaving out the assignment number. Any other argument |
---|
19 | is a username. If no usernames are specified on the command line, all |
---|
20 | students' files will be considered for removal. |
---|
21 | |
---|
22 | .SH OPTIONS |
---|
23 | All options are recognized by their first letter. For example, |
---|
24 | -course is usually abbreviated -c, but -class or -co would also be |
---|
25 | recognized, because each starts with the letter c. |
---|
26 | |
---|
27 | Only the most commonly-used options are listed here. See fxoptions(1) |
---|
28 | for a complete list of options. |
---|
29 | .TP |
---|
30 | .B -course <course name> |
---|
31 | Overrides the environmental variable COURSE. Files will be retrieved |
---|
32 | for this course until the end of the command line or until another -c |
---|
33 | option is found. |
---|
34 | .TP |
---|
35 | .B -list |
---|
36 | Only list the files; do not remove them. |
---|
37 | .TP |
---|
38 | .B -quiet |
---|
39 | Turns off printing of status information. |
---|
40 | .SH "ENVIRONMENT" |
---|
41 | .TP |
---|
42 | .B COURSE |
---|
43 | Specify the default course file exchange. |
---|
44 | .TP |
---|
45 | .B FXPATH |
---|
46 | Specify a colon-separated list of hosts to try as file-exchange |
---|
47 | servers, overriding information in hesiod. |
---|
48 | .SH SEE ALSO |
---|
49 | fxoptions(1) |
---|
50 | .SH AUTHOR |
---|
51 | Bruce R. Lewis (brlewis@ATHENA.MIT.EDU) |
---|