February 2026
Beginner to intermediate
544 pages
11h 40m
English
In this chapter, we will look at some of the “magic” that occurs on the command line when we press ENTER. While we will examine several interesting and complex features of the shell, we will do it with just one new command:
Each time we type a command and press ENTER, bash performs several substitutions upon the text before it carries out our command. We have seen a couple cases of how a simple character sequence (for example, *) can have a lot of meaning to the shell. The process that makes this happen is called expansion. With expansion, we enter something, ...
Read now
Unlock full access