http:^^www.cs.washington.edu^education^courses^341^spring96^help^turnin.html

来自「This data set contains WWW-pages collect」· HTML 代码 · 共 96 行

HTML
96
字号
Date: Wed, 08 Jan 1997 21:31:02 GMTServer: NCSA/1.4.2Content-type: text/html<html><head><title>Using turnin</title></head><body><h1>Using turnin</h1><hr><b>Executive Summary:</b> <i>This document contains information onusing turnin to submit homework assignments.</i><hr>	We'll be using the 'turnin' program to support electronic submission ofprogramming assignments.  The student interface to turnin is straightforward. IMPORTANT: You can must run turnin on the mscc machines for the lispassignments; turnin on other machines (.u and .cs) will not submit your homeworksto the expected destination. <P>Suppose I've finished my problem set, and I'm ready to submit it. To turnin a setof files, one types 'turnin file1 file2 ..... filen'.  Turnin will ask you whichclass you are submitting the assignment for; answer cse341.  Here's a transcriptof what happens when I use turnin to submit the files prob1.cl, bank.cl, andmenus.lisp. <P><code>turing_38% turnin bank.cl menus.lisp prob1.cl <p>For this submission, you may enter the course information interactively.<br>You are not subscribed to any valid course, here is a list of the courses<br>you may use currently:<br>          cse341           MS100          cse401          cse473<br>Enter course name? [cse341] cse341<br>Compressing submitted files... please wait<br>Your files have been submitted to cse341, psl1 for grading.<br></code> <P>	If you want to check and see which files you've actually submitted, youcan give turnin the -v option: <P><code>turing_39% turnin -v  <P>For this submission, you may enter the course informationinteractively. You are not subscribed to any valid course, here is a list of the courses<br>you may use currently:<br>          cse341           MS100          cse401          cse473<br>Enter course name? [cse341] cse341<br>rw-r--r-- 10107/117    3069 Apr  4 17:15 1996 bank.cl<br>rw-r--r-- 10107/117    5119 Apr  4 14:51 1996 menus.lisp<br>rw-r--r-- 10107/117    2022 Apr  4 13:45 1996 prob1.cl<br></code> <P>	Turnin also takes a -c flag to specify the class.  You canalso use this interface.  For example: <P><code>turing_40% turnin -c cse341 bank.cl menus.lisp prob1.cl <br>Compressing submitted files... please wait<br>Your files have been submitted to cse341, psl1 for grading.<br>turing_41% turnin -c cse341 -v<br>rw-r--r-- 10107/117    3069 Apr  4 17:15 1996 bank.cl<br>rw-r--r-- 10107/117    5119 Apr  4 14:51 1996 menus.lisp<br>rw-r--r-- 10107/117    2022 Apr  4 13:45 1996 prob1.cl<br></code>  <P>	You can run turnin as many times as you want, each time the newsubmission will completely replace the previous submission.  We willuse the time stamps of the submitted files to determine whether or nota submission is late.   <P><hr><address>cse341-webmaster@cs.washington.edu</i>(Last update:		<!-- see man strftime for full formatting options-->	04/06/96 at 12AM)<i></address></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?