source: trunk/athena/bin/neos/fxpurge.1 @ 13635

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