1.1. What Is a Shell?1.2. Scope of This Book1.3. History of UNIX Shells1.3.1. The Bourne Again Shell1.3.2. Features of bash1.4. Getting bash1.5. Interactive Shell Use1.5.1. Commands, Arguments, and Options1.6. Files1.6.1. Directories1.6.1.1. The working directory1.6.1.2. Tilde notation1.6.1.3. Changing working directories1.6.2. Filenames, Wildcards, and Pathname Expansion1.6.3. Brace Expansion1.7. Input and Output1.7.1. Standard I/O1.7.2. I/O Redirection1.7.3. Pipelines1.8. Background Jobs1.8.1. Background I/O1.8.2. Background Jobs and Priorities1.9. Special Characters and Quoting1.9.1. Quoting1.9.2. Backslash-Escaping1.9.3. Quoting Quotation Marks1.9.4. Continuing Lines1.9.5. Control Keys1.10. Help