Here is the video version, if you prefer it:
We talked about command types, which there are 4 – executables, shell built-ins, shell functions and aliases, as well as the commands used to determine the type of a particular command. We also talked about finding files – both locate
and find
– and (hopefully) memorized the syntax find dir -name file -print
.
We also covered some other stuff, but the above ones are the most important.