Please submit combine
and spellcheck
to the Gradescope HW2 assignment. This is linked through Canvas, or you can go directly through Gradescope. These file names do NOT have extensions (i.e, .sh
) on them.
You will likely want to move your file from calgary
to your local machine and use the web interface for Gradescope.
In order to accomplish this, you can use scp
from the command-line window on your local machine:
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/combine ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/spellcheck ./
This will move your file to whatever directory you are in when you use it.