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://ncics-dev-sandbox.ncics.org/
Select Default - t3a.medium and wait to launch
Select Terminal
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