Chapter 1: Using The Shell
Chapter 1: Using The Shell
Aliases: Give a command a different or shorter name to make working with the shell more
efficient.
Re-Executing Commands: To save retyping long command lines.
Wildcard Matching: Uses special characters like ?, *, and [] to select one or more files as a
group for processing.
Input/Output Redirection: Uses special characters for redirecting input, <or <<, and
output, >.
Pipes: Used to connect one or more simple commands to perform more complex operations.
Background Processing: Enables programs and commands to run in the background while
the user continues to interact with the shell to complete other tasks.