Friday, October 1, 2021

Learn the Command Line

 


To a seasoned programmer this might be laughable.

To someone starting from 0 knowledge, this is huge. I patted myself on the back, quite literally. 

I never knew there was a notepad inside bash!

Here is the syllabus for the course; I may need it someday.



Strings

A string consists of characters inside 'single quotes' or "double quotes". It can be any length and can contain letters, ...