The Shell Command Line
Having a basic understanding of the capabilities of the shell command line can help you write better shell scripts. If, after you have finished reading this short introduction, you want to learn more about the command line, check out Chapter 11, “Command-Line Master Class.” You can use the shell command line to perform a number of different tasks, including the following:
Searching files or directories with programs using pattern matching or expressions. These commands include the GNU gawk
(linked as awk
) and the grep
family of commands, including egrep
and fgrep
.
Getting data from and sending data to a file or command, ...
Get Ubuntu Unleashed 2015 Edition: Covering 14.10 and 15.04, Tenth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.