What is the shell?

  1. CLI vs GUI
  2. the command shell is just a program providing a REPL interface with the computer operating system
  3. REPL: read-evaluate-print loop
  4. shells:
  5. the prompt: customizable and often different on different systems, but usually represented as a $
  6. some considerations, before we move on:
>> Challenge 1