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

Revision 13635, 2.5 KB checked in by danw, 25 years ago (diff)
NEOS clients, from athena/lib/neos/clients
RevLine 
[13635]1.TH UNCOLLECT 1 "October 25, 1990"
2.SH NAME
3uncollect \- restore collected files
4.SH SYNOPSIS
5uncollect [ options ] [ +n ] [ -n ] [ assignment ] [ student ... ]
6.SH DESCRIPTION
7This is a grader command in the Educational On-Line System. It is
8useful when a grader has accidentally collected more files than
9necessary, marking them TAKEN on the file exchange server and thus
10making it difficult for other graders to collect them.
11
12Arguments are parsed in the order they appear on the command line.  A
13plus sign followed by a number
14.B n
15means only uncollect files at least
16.B n
17days old.  A minus sign followed by a number
18.B n
19means only uncollect files
20at most
21.B n
22days old.  These may be combined to specify a range.
23
24An argument that starts with a hyphen is an option.  The first
25argument that starts with a digit is an assignment number.  You may
26uncollect files for all assignments by leaving out the assignment
27number.  Any other argument is a username.  If no usernames are
28specified on the command line, all students' files will be
29uncollected.
30
31.B Uncollect
32does not remove the local files which collect placed in the
33destination directory.  It merely corrects the state on the file
34exchange server to allow other graders to work normally.  The
35collected copies of the files should be removed with  delete(1) or
36rm(1).
37
38.SH OPTIONS
39All options are recognized by their first letter.  For example,
40-course is usually abbreviated -c, but -class or -co would also be
41recognized, because each starts with the letter c.
42
43Only the most commonly-used options are listed here.  See fxoptions(1)
44for a complete list of options.
45.TP
46.B -course <course name>
47Overrides the environmental variable COURSE.  Files will be uncollected
48for this course until the end of the command line or until another -c
49option is found.
50.TP
51.B -list
52Only list the files; do not uncollect them.
53.TP
54.B -quiet
55Turns off printing of status information.
56.TP
57.B -verbose
58Turns on printing of status information.  This is the default.
59.SH "ENVIRONMENT"
60.TP
61.B COURSE
62Specify the default course file exchange.
63.TP
64.B FXPATH
65Specify a colon-separated list of hosts to try as file-exchange
66servers, overriding information in hesiod.
67.SH "NOTES"
68Sometimes a large number of files may be marked as taken by you.  Use
69uncollect -l first to see these files, and use fxpurge -t to get rid
70of these before uncollecting the ones you want.
71
72Be sure to use the same options for uncollect that you used for
73collect.
74.SH SEE ALSO
75collect(1), return(1), fxpurge(1), fxoptions(1)
76.SH AUTHOR
77Bruce R. Lewis (brlewis@ATHENA.MIT.EDU)
Note: See TracBrowser for help on using the repository browser.