Login
Register
Home || Search || About us || Blog || Contact us || Other book sites

Name: The Linux Command Line

Full title: The Linux Command Line: A Complete Introduction
Author: William E. Shotts Jr.
Year: 2009
Rank:

Rating:

Original Rating:

Popularity: 1.8
Genres/categories: Computer Science, Operating systems, Programming, Non Fiction

Purchase/research links:
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 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.
Similar books:

Linux Kernel Development
by Robert Love

Linux Pocket Guide
by Daniel J. Barrett

Linux in a Nutshell
by Ellen Siever

Linux Server Hacks, Volume Two: Tips & Tools for Connecting, Monitoring, and Troubleshooting
by William von Hagen

How Linux Works
by Brian Ward

Running Linux
by Lar Kaufman

HTML and CSS
by Jon Duckett

Python Crash Course
by Eric Matthes

Clean Code
by Robert C. Martin

Linux Bible
by Christopher Negus

Cracking the Coding Interview
by Gayle Laakmann McDowell

Automate the Boring Stuff with Python
by Al Sweigart

Land of Lisp
by Conrad Barski

Programming .NET Components
by Juval Lowy

Programming in Objective-C 2.0
by Stephen G. Kochan

RESTful Web Services Cookbook
by Subbu Allamaraju

The C++ Standard Library
by Nicolai M. Josuttis

Algorithms
by Robert Sedgewick

Learning Perl
by Randal L. Schwartz

Structure and Interpretation of Computer Programs
by Harold Abelson