Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks.This second edit ...
Available here: blubbu.com/download?i=1593276028
Wicked Cool Shell Scripts, 2nd Edition: 101 Scripts for Linux, OS X, and UNIX Systems PDF by Dave Taylor Read Wicked Cool Shell Scripts, 2nd Edition: 101 Scripts for Linux, OS X, and UNIX Systems PDF from No Starch Press,Dave Taylor Download Dave Taylor’s PDF E-book Wicked Cool Shell Scripts, 2nd Edition: 101 Scripts for Linux, OS X, and UNIX Systems
This is a good book that really hasn't aged well. The second edition, which I read, was released in 2015.
The original scripts were so useful and well-written that it seems that many have been adopted into modern Linux distribution versions, such as the 'killall' scsript.
I went through this whole book, and several scripts didn't work out of the box because the latest versions of the utilities they were calling didn't accept the same parameters and/or had different functionality.
However, I did manage to get 5-6 scripts out of it that I have added to my personal script collection.
Aside of their current usefulness, the scripts do show interesting and well-written approaches to shellscript development, so the book is still worth reading.