From ae7c84eb8d60fabc8e349e93dbb5f503dc5f8563 Mon Sep 17 00:00:00 2001 From: azzsal Date: Fri, 1 Oct 2021 23:45:40 +0300 Subject: [PATCH] Add The Linux Command Line book to Tools section in extra readings --- extras/readings.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extras/readings.md b/extras/readings.md index 434b549..e7e04f9 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -84,3 +84,10 @@ Name | Author(s) [Compiler Construction](https://inf.ethz.ch/personal/wirth/CompilerConstruction/index.html) | Niklaus Wirth [The Mythical Man-Month](https://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959/) | Fred Brooks, Jr. [Physically Based Rendering: From Theory To Implementation](http://www.pbr-book.org/) | Matt Pharr, Wenzel Jakob, and Greg Humphreys + + +## Tools + +Name | Author(s) +:-- | :--: +[The Linux Command Line](https://linuxcommand.org/tlcl.php) | by William Shotts