Here is the video version, if you prefer it:
Heya,
did you notice the general command structure? To remind you, it looks like:
command -options arguments
Let’s take a look at the commands we learned so far, applying the abstract command structure over them:
cd arguments
pwd
man arguments
ls options
I hope this helped shed light on the underlying general command structure.
Talk soon!