User Tools

Site Tools


haas:fall2021:unix:projects:upf0

Differences

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

Link to this comparison view

Next revision
Previous revision
haas:fall2021:unix:projects:upf0 [2021/09/10 14:36] – external edit 127.0.0.1haas:fall2021:unix:projects:upf0 [2021/09/20 23:04] (current) – external edit 127.0.0.1
Line 39: Line 39:
   * https://lab46.g7n.org/~wedge/projects/pipemath/   * https://lab46.g7n.org/~wedge/projects/pipemath/
  
-You will want to use a tool like **wget(1)** or **curl(1)** to non-interactively download it onto your lab46 account, and similarly extract, compile, and install that (check its own README file).+You will want to use a tool like **wget(1)** or **curl(1)** to non-interactively download it into your work directory, and similarly extract, compile, and install that (check its own README file).
  
 There may be multiple versions of **pipemath** available at the download link. Unless you have specific reason otherwise (for this project, you do not), you want to go for the latest version, which will be reflected by the most recent datestamp encoded in the file's name. There may be multiple versions of **pipemath** available at the download link. Unless you have specific reason otherwise (for this project, you do not), you want to go for the latest version, which will be reflected by the most recent datestamp encoded in the file's name.
Line 115: Line 115:
  
 <cli> <cli>
-lab46:~/src/SEMESTER/unix/upf0$ seven | minus `three`+yourpi~:~/src/SEMESTER/unix/upf0$ seven | minus `three`
 4 4
-lab46:~/src/SEMESTER/unix/upf0$ +yourpi~:~/src/SEMESTER/unix/upf0$ 
 </cli> </cli>
  
Line 125: Line 125:
  
 <cli> <cli>
-lab46:~/src/SEMESTER/unix/upf0$ three | minus `seven` | negate+yourpi~:~/src/SEMESTER/unix/upf0$ three | minus `seven` | negate
 4 4
-lab46:~/src/SEMESTER/unix/upf0$ +yourpi~:~/src/SEMESTER/unix/upf0$ 
 </cli> </cli>
  
Line 137: Line 137:
  
 <cli> <cli>
-lab46:~/src/SEMESTER/unix/upf0$ cat task0.cli+yourpi~:~/src/SEMESTER/unix/upf0$ cat task0.cli
 three | minus `seven` | negate three | minus `seven` | negate
-lab46:~/src/SEMESTER/unix/upf0$ +yourpi~:~/src/SEMESTER/unix/upf0$ 
 </cli> </cli>
  
Line 166: Line 166:
  
 <cli> <cli>
-lab46:~/src/SEMESTER/unix/upf0$ ./upf0steps+yourpi~:~/src/SEMESTER/unix/upf0$ ./upf0steps
 Task 0 result is: 13 Task 0 result is: 13
 Task 1 result is: 27 Task 1 result is: 27
Line 175: Line 175:
 Task 6 result is: 2 Task 6 result is: 2
 Task 7 result is: 98 Task 7 result is: 98
-lab46:~/src/SEMESTER/unix/upf0$ +yourpi~:~/src/SEMESTER/unix/upf0$ 
 </cli> </cli>
 =====Submission===== =====Submission=====
haas/fall2021/unix/projects/upf0.1631284610.txt.gz · Last modified: 2021/09/10 14:36 by 127.0.0.1