This document introduces shell scripting and provides an overview of info pages, man pages, and the whatis database in Linux. It discusses:
1. Info pages are online documentation pages that can be navigated using info, while man pages are short manuals accessed using man.
2. The whatis database contains brief one-line descriptions of commands and is searched using whatis.
3. It then revises some basic Linux commands like who, date, echo and file commands to familiarize the reader with shell scripting.