Submit Programs Instructions

You must be a client of server rucs2(rucs) or login to the server in order to submit: (by telnet rucs2)

Submit a program (with filename):

submit itec310-01 filename


or programs

submit itec310-01 file1 file2 file3 ...

----------------

Check submission:

submit itec310-01 -ls



Note: the 2nd submission using the same filename will override the previous submitted file
----------------

If you want to submit a whole directory( dir_name), do the following:

  1. create a tar file (e.g. dir_name.tar) by

tar -cvf dir_name.tar dir_name

  1. uuencode the binary file(dir_name.tar) into a new file(e.g. dir_name.uu) by

uuencode dir_name.tar dir_name.tar > dir_name.uu

  1. submit the uuencoded file (dir_name.uu)

submit itec310-01 dir_name.uu

 

----------------
If you want to submit a binary file such as a WORD file, do the following:

  1. uuencode the binary file(name.doc) into a new file(e.g. name.uu) by

uuencode name.doc name.doc > name.uu

  1. submit the uuencoded file (name.uu)

submit itec310-01 name.uu