TL;DR Shell is a programming environement. It has variables, conditionals, loops, and functions. When shell is askedt o execute a command, it search the required program in $PATH There are two types of paths: absolute and relative.
2023-03-11
The notes are based on the course “The Missing Semester of Your CS Education”.
2023-03-04