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 Seaside
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]@seaside.cs.washington.edu:~/udrive/cse374/hw2/combine ./
scp [netid]@seaside.cs.washington.edu:~/udrive/cse374/hw2/spellcheck ./
This will move your file to whatever directory you are in when you use it.
Tip
See more detailed instructions in the Setup section of hw0.
In the future, you can also access files on your udrive
or ~/cse374
with VSCode, but it is definitely worth getting scp
to work a few times so you know how to use it.