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
What is GitHub Profile README? A feature of GitHub A personalizable introduction section which allows the user to write details about themselves and showcase on his/her GitHub repository Appears at the top of your GitHub home page (above the pinned repositories) How to create a GitHub profile README?
2022-03-21