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.
cd
ls
cd --help
cd ~
Try
ls -la
in a directory. What do the..
and.
refer to?
mkdir esds_test
touch myfile.txt
echo "Hello World" > hello.txt
cat hello.txt
cp hello.txt hello2.txt
mv hello2.txt moved-hello.txt
Many, but we will use Vim in this class.
Earth System Data Science in the Cloud