Scroll to navigation

TURNIN(1) General Commands Manual TURNIN(1)

NAME

turnin - submit assignments to be graded

SYNOPSYS

turnin [ OPTIONS ] -c [ course-name ] files

DESCRIPTION

Submits assignments to be graded. We submit to the default project if it is not specified as an option.

REQUIRED ARGUMENTS

Sets the course to which we'll submit our assignments.
A list of files we wish to submit. They will be compressed using tar(1) and gzip(1) formats before being copied to the submission directory.

OPTIONS

Print turnin's version
Print a help message
Prints a list of projects, along with whether or not they are enabled and shows which project is the default project.
Sets the project to which we'll submit our assignments.
Path to an alternate configuration file
Prints a list of submitted files once they have been submitted.
Cryptographically signs an assignment using gpg(1)
Print warranty and license information.

EXAMPLES

List the projects in the course world-cheeses.
Submit the file stilton-recipe to the default project in the course world-cheeses.
Submit the file stilton-recipe to the project stilton in the course world-cheeses.

FILES

/etc/turnin-ng.cf ~/.turnin-ng/submissions

SEE ALSO

turnincfg(1)

The full documentation for turnin is maintained as a Texinfo manual. If the info and turnin programs are properly installed at your site, the command

info turnin-ng

should give you access to the complete manual.

AUTHOR

Turnin-NG and this manpage were written by Ryan Kavanagh <rak@debian.org> in the summer of 2009 and are still actively maintained. Turnin-NG is a replacement for the 'project' and 'turnin' commands written in 1990 for the SPARC architecture by an unknown author.

Both Turnin-NG and this manpage are distributed under the terms of the GNU General Public License version 2, or (at your option) any later version.

SEPTEMBER 2010 Turnin-NG