Advanced BASH
Appendix F. Command-Line Options
- Table of Contents
- F.1. Standard Command-Line Options
- F.2. Bash Command-Line Options
Many executables, whether binaries or script files, accept options to modify their run-time behavior. For example: from the command-line, typing command -o would invoke command, with option o.
