For the rest of the curriculum we will look at Unix commands the instructor thinks you will encounter. In designing this I lumped the next section into "filters" and "file archiving and networking commands". These are the ones I couldn't neatly fit in those two.
The commands we will look at are:
bc
: Calculatorcal
: Display the calendardate
: Display the current datedu
: Disk usageecho
: Print a line of outputfind
: Find a file in the file systemsudo
: Execute a command as another useruptime
: Show system load and system statuswc
: Display number of lines, words, and characters in a filewho
: Show who is working on the system