Advanced #Programming in the #UNIX Environment
Week 1, Unix Basics
We write our first trivial program, which promptly segfaults and gives us a chance to explain function forward declarations and maneuvering man pages and set our default compiler flags ("-Wall -Werror -Wextra"), then proceed to write the most trivial versions of ls(1), cat(1), and even a rudimentary shell.