I had not noticed that there was a new edition of "The Linux Command Line" until today.

If you use Linux, and perhaps especially if you are new to Linux, and want to get to grips with command line / terminal usage, it is well worth dipping into this free (CC BY-NC-ND) tome:

https://www.linuxcommand.org/tlcl.php

#books #Linux

Linux Command Line Books by William Shotts

Linux Command Line Books by William Shotts

I am not telling anyone else how to Linux, but when I first started using it, I found this kind of thing invaluable.

I had, I think, a smaller book, "Linux Pocket Guide: Essential Commands" and that was so helpful too.

I am sure that one could use Linux without touching a terminal but, for me, the terminal is a fantastic and useful way of computing, and so upskilling in its usage has been time very well spent.

(See also books like "Practical vim" or "tmux in practice".)

@neil I bought a copy of "UNIX In A Nutshell (updated for System V R4!)" in the mid 90s and it's still my go-to reference for all things POSIX.

The spine is broken on the pages for grep, awk, sed, nroff and vi 😁

@greem I wish that I knew awk better than I do, tbh.

@neil (G)AWK is definitely worth the time. Simple use is almost trivial and suddenly there are things that were awkward that are now ready one-liners.

Very easy to fall into the trap of doing overly clever things, but absolutely it's worth the investment.

CC: @greem

@ColinTheMathmo @greem Oh, I am at least reasonable with awk, just not as good as I'd like to be :)

@neil I kinda expected that, but one person's "fluent" is another person's "barely capable" ... It's hard to judge.

Which is one reason why pair programming (for example) can be daunting, rewarding, and humiliating, all at the same time.

CC: @greem