Week 9 Day 1 - How to UNIX

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=GjN01GXTsxU



Duration: 1:38:36
210 views
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.







Tags:
csci 41
unix
ncurses