Welcome to another episode of Linux notes. Today, I'll briefly talk about adding stuff to Path on POSIX[1] systems.
So the PATH is a very long colon delimited string that gets extended whenever you add a new directory to it. It looks something like this:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/bin:/usr/local/sbin