Shell:
Command processor where user types commands to control computer
Exposes operating system via a Command-Line Interface (CLI)
Many shells; Bash is default for this course
Log Into Course Platform https://esds.ncics.org/
Select Create Workspace.
Select ESDS EC2 Instance.
Workspace Name: module-1-your-initials
Keep Defaults:
Select Create Workspace
Wait a bit until it is created.
This will open in a new window.
cdlscd --helpcd ~Try
ls -lain a directory. What do the..and.refer to?
mkdir esds_testtouch myfile.txtecho "Hello World" > hello.txtcat hello.txtcp hello.txt hello2.txtmv hello2.txt moved-hello.txtMany, but we will use Vim in this class.
Earth System Data Science in the Cloud