Week 9 Day 1 - How to UNIX

Опубликовано: 06 Март 2026
на канале: Bill Kerney
251
3

We covered a bit of NCURSES today, which you should probably use for your big project, or you can use my colors library which is probably a bit easier to use (https://github.com/ShakaUVM/colors).


Mostly though we talked about using UNIX systems. There's a lot of UNIX-like systems out there, the most popular of which is called Linux, or as I've come to call it recently, GNU/Linux or GNU+Linux.


We went over the UNIX philosophy of having a number of small interacting UNIX utilities (like sort, grep, uniq, and so forth) and using the pipe command ( | ) to connect them together. It's the kind of thing you should study your whole life today, but class today should be a good intro.