User Tools

Site Tools


haas:spring2020:unix:eoce:readme

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:spring2020:unix:eoce:readme [2020/04/16 15:51] – external edit 127.0.0.1haas:spring2020:unix:eoce:readme [2020/04/16 15:54] (current) – [Obtaining the EoCE files] wedge
Line 1: Line 1:
-unix spring2020 eoce +======unix spring2020 eoce====== 
-=====================+
 The End of Course Experience (eoce) satisfies the fourth discrete grading The End of Course Experience (eoce) satisfies the fourth discrete grading
 component  of the  course. It  is meant  to evaluate  your knowledge  and component  of the  course. It  is meant  to evaluate  your knowledge  and
 understanding gained through the semester. understanding gained through the semester.
  
-Rules +=====Rules=====
-=====+
 Presented within will be various activities evaluating your knowledge and Presented within will be various activities evaluating your knowledge and
 experience gained this  semester. In places where you are  able, the more experience gained this  semester. In places where you are  able, the more
Line 47: Line 46:
 Participation, and EoCE). Participation, and EoCE).
  
-Obtaining the EoCE files +=====Obtaining the EoCE files=====
-========================+
 Located in  the unix public directory  will be a directory  by the name Located in  the unix public directory  will be a directory  by the name
 eoce/ eoce/
Line 60: Line 58:
 Change into that directory: Change into that directory:
  
-    lab46:~$ cd /var/public/spring2020/unix/eoce/${USER} +<cli> 
-    lab46:/var/public/spring2020/unix/eoce/${USER}$ +lab46:~$ cd /var/public/spring2020/unix/eoce/${USER} 
 +lab46:/var/public/spring2020/unix/eoce/user 
 +</cli>
  
 You can copy the archive into your ~/src/unix as follows: You can copy the archive into your ~/src/unix as follows:
  
-    lab46:/var/public/spring2020/unix/eoce/user$ cp eoce.tar.gz ~/src/unix/ +<cli> 
-    lab46:/var/public/spring2020/unix/eoce/user$ +lab46:/var/public/spring2020/unix/eoce/user$ cp eoce.tar.gz ~/src/unix/ 
 +lab46:/var/public/spring2020/unix/eoce/user$  
 +</cli>
  
 Then change to your ~/src/unix: Then change to your ~/src/unix:
  
-    lab46:/var/public/spring2020/unix/eoce/user$ cd ~/src/unix +<cli> 
-    lab46:~/src/unix$ +lab46:/var/public/spring2020/unix/eoce/user$ cd ~/src/unix 
 +lab46:~/src/unix$  
 +</cli>
  
 Decompress/extract your archive: Decompress/extract your archive:
  
-    lab46:~/src/unix$ tar -zxvf eoce.tar.gz+<cli> 
 +lab46:~/src/unix$ tar -zxvf eoce.tar.gz 
 +</cli>
  
 The output you will see (enabled via  the "-v" option to tar) will be the The output you will see (enabled via  the "-v" option to tar) will be the
Line 82: Line 88:
 Finally, change into the newly created eoce/ directory: Finally, change into the newly created eoce/ directory:
  
-    lab46:~/src/unix$ cd eoce +<cli> 
-    lab46:~/src/unix/eoce$ +lab46:~/src/unix$ cd eoce 
 +lab46:~/src/unix/eoce$  
 +</cli>
  
 Use  "ls" to  list files,  read any  README files  (with cat/less/ text Use  "ls" to  list files,  read any  README files  (with cat/less/ text
Line 98: Line 106:
 extracted EoCE data: extracted EoCE data:
  
 +<code>
        eoce/        eoce/
         |         |
Line 111: Line 120:
         |         |
        ...        ...
 +</code>
  
 Within  each "0x"  subdirectory  you  will find  a  README  file and  any Within  each "0x"  subdirectory  you  will find  a  README  file and  any
 supporting files related to the particular activity you are tasked with. supporting files related to the particular activity you are tasked with.
  
-Submission +=====Submission=====
-==========+
 The DEADLINE FOR  SUBMISSION of this EoCE is  11:59:59pm (that's 23:59:59 The DEADLINE FOR  SUBMISSION of this EoCE is  11:59:59pm (that's 23:59:59
 in 24-hour time) Wednesday, May 13th, 2020. This is the ultimate deadline in 24-hour time) Wednesday, May 13th, 2020. This is the ultimate deadline
Line 128: Line 137:
 directory: directory:
  
-    lab46:~$ cd ~/src/unix/eoce +<cli> 
-    lab46:~/src/unix/eoce$ +lab46:~$ cd ~/src/unix/eoce 
 +lab46:~/src/unix/eoce$  
 +</cli>
  
 ... and run "make submit": ... and run "make submit":
  
-    lab46:~/src/unix/eoce$ make submit +<cli> 
-    ... +lab46:~/src/unix/eoce$ make submit 
-    <submission output lacking any errors> +... 
-    ... +<submission output lacking any errors> 
-    lab46:~/src/unix/eoce$ +... 
 +lab46:~/src/unix/eoce$  
 +</cli>
  
 As with the projects and other deliverables this semester, you can submit As with the projects and other deliverables this semester, you can submit
haas/spring2020/unix/eoce/readme.1587066662.txt.gz · Last modified: 2020/04/16 15:51 by 127.0.0.1