Throughout this course, you'll see commands written like this:
command <required> [optional]
<> are mandatory and must be provided when running the command.[] are optional and can be included if needed.For example, to create a new directory in your terminal, you would run:
mkdir <directory-name>
mkdir is the command<directory-name> is a required argument