The Linux Command Line

Spread the love

I just got a copy of The Linux Command Line: A Complete Introduction. I read one review of it a while back which was quite positive, suggesting that the book was both really useful and really not boring. Here’s the description from the publisher:

You’ve experienced the shiny, point-and-click surface of your Linux computer—now dive below and explore its depths with the power of the command line.

The Linux Command Line by William Shotts. No Starch Press. Image from the publisher.
The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell. Along the way you’ll learn the timeless skills handed down by generations of gray-bearded, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more.

In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore.

As you make your way through the book’s short, easily-digestible chapters, you’ll learn how to:

  • Create and delete files, directories, and symlinks
  • Administer your system, including networking, package installation, and process management
  • Use standard input and output, redirection, and pipelines
  • Edit files with Vi, the world’s most popular text editor
  • Write shell scripts to automate common or boring tasks
  • Slice and dice text files with cut, paste, grep, patch, and sed

Once you overcome your initial “shell shock,” you’ll find that the command line is a natural and expressive way to communicate with your computer. Just don’t be surprised if your mouse starts to gather dust.

I will be reporting back on this later, but it looks good so far.

Have you read the breakthrough novel of the year? When you are done with that, try:

In Search of Sungudogo by Greg Laden, now in Kindle or Paperback
*Please note:
Links to books and other items on this page and elsewhere on Greg Ladens' blog may send you to Amazon, where I am a registered affiliate. As an Amazon Associate I earn from qualifying purchases, which helps to fund this site.

Spread the love

3 thoughts on “The Linux Command Line

  1. Too bad this wasn’t around in 1990. I had to make do with “man” pages on SunOS and “Introducing the Unix System” by McGilton and Morgan.

  2. “Edit files with Vi, the world’s most popular text editor”

    Forty years on that must rank as evidence that evolution doesn’t select for intelligence…

  3. >Forty years on that must rank as evidence that evolution doesn’t select for intelligence…

    Nah. Geeks don’t breed anyway, so there are no selection pressures for intelligence either way.

Leave a Reply

Your email address will not be published. Required fields are marked *