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

Revision 13635, 2.4 KB checked in by danw, 25 years ago (diff)
NEOS clients, from athena/lib/neos/clients
RevLine 
[13635]1.TH PICKUP 1 "October 25, 1990"
2.SH NAME
3pickup \- retrieve graded assignment files
4.SH SYNOPSIS
5pickup [ options ] [ +n ] [ -n ] [ assignment ] [ filename ... ]
6.SH DESCRIPTION
7This is a student command in the Educational On-Line System. It will
8retrieve files from the file exchange for the appropriate course and
9assignment.  Some courses may choose not to return graded assignments
10electronically; ask your TA how to get graded assignments for your
11course.
12
13Arguments are parsed in the order they appear on the command line.  A
14plus sign followed by a number
15.B n
16means only pick up files at least
17.B n
18days old.  A minus sign followed by a number
19.B n
20means only pick up files
21at most
22.B n
23days old.  These may be combined to specify a range.
24
25A hyphen followed by a letter is an option.  The first argument that
26starts with a digit is an assignment number.  You may retrieve files
27for all assignments by leaving out the assignment number.  Any other
28argument is a filename.  If no filenames are specified on the command
29line, all students' files will be retrieved.  The file exchange server
30marks files as PICKEDUP.
31
32.SH OPTIONS
33All options are recognized by their first letter.  For example,
34-course is usually abbreviated -c, but -class or -co would also be
35recognized, because each starts with the letter c.
36
37Only the most commonly-used options are listed here.  See fxoptions(1)
38for a complete list of options.
39.TP
40.B -course <course name>
41Overrides the environmental variable COURSE.  Files will be retrieved
42for this course until the end of the command line or until another -c
43option is found.
44.TP
45.B -list
46Only list the files; do not retrieve them.
47.TP
48.B -preserve
49Will not mark files as PICKEDUP after copying them.  This is the
50default if -e or -h is used.
51.TP
52.B -dest <directory>
53Files are to be placed in the named directory rather than the current
54working directory.
55.TP
56.B -quiet
57Turns off printing of status information.
58.TP
59.B -verbose
60Turns on printing of status information.  This is the default.
61.SH "ENVIRONMENT"
62.TP
63.B COURSE
64Specify the default course file exchange.
65.TP
66.B FXPATH
67Specify a colon-separated list of hosts to try as file-exchange
68servers, overriding information in hesiod.
69.SH "NOTES"
70.PP
71
72It is advisable to make the destination directory be an empty
73directory.
74
75File modify times are set to be the time the file was returned.
76.SH SEE ALSO
77turnin(1), collect(1), return(1), fxoptions(1)
78.SH AUTHOR
79Bruce R. Lewis (brlewis@ATHENA.MIT.EDU)
Note: See TracBrowser for help on using the repository browser.