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

Revision 13635, 2.3 KB checked in by danw, 25 years ago (diff)
NEOS clients, from athena/lib/neos/clients
RevLine 
[13635]1.TH RETURN 1 "October 25, 1990"
2.SH NAME
3return \- return graded files
4.SH SYNOPSIS
5return [ options ] [ +n ] [ -n ] [ assignment ] [ student ... ]
6.SH DESCRIPTION
7This is a grader command in the Educational On-Line System. It will
8send graded files to the file exchange for the appropriate course,
9assignment and student.  The student may then use pickup(1) to pick
10them up.
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 return files at least
16.B n
17days old.  A minus sign followed by a number
18.B n
19means only return 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
26return files for all assignments by leaving out the assignment number.
27Any other argument is a username.  If no usernames are specified on
28the command line, all students' files will be returned.
29
30.B Return
31does not remove the local files which collect placed in the
32destination directory.  The collected copies of the files may be
33removed with delete(1) or rm(1) if no longer needed.
34
35.SH OPTIONS
36All options are recognized by their first letter.  For example,
37-course is usually abbreviated -c, but -class or -co would also be
38recognized, because each starts with the letter c.
39
40Only the most commonly-used options are listed here.  See fxoptions(1)
41for a complete list of options.
42.TP
43.B -course <course name>
44Overrides the environmental variable COURSE.  Files will be returned
45for this course until the end of the command line or until another -c
46option is found.
47.TP
48.B -list
49Only list the files; do not return them.
50.TP
51.B -quiet
52Turns off printing of status information.
53.TP
54.B -dest <directory>
55This should be the same directory as that given to collect(1).
56.SH "ENVIRONMENT"
57.TP
58.B COURSE
59Specify the default course file exchange.
60.TP
61.B FXPATH
62Specify a colon-separated list of hosts to try as file-exchange
63servers, overriding information in hesiod.
64.SH "NOTES"
65Sometimes a large number of files may be marked as taken by you.  This
66will result in a lot of "No such file or directory" errors, which you
67can ignore.
68
69Be sure to use the same options for return that you used for
70collect.
71.SH SEE ALSO
72collect(1), pickup(1), fxoptions(1)
73.SH AUTHOR
74Bruce R. Lewis (brlewis@ATHENA.MIT.EDU)
Note: See TracBrowser for help on using the repository browser.