Command-Line Options
Bash Unix Shell Scripting: | ||
---|---|---|
A Detailed Introduction to I/O and I/O Redirection | Standard Command-Line Options |
Appendix G. Command-Line Options
- Table of Contents
- G.1. Standard Command-Line Options
- G.2. Bash Command-Line Options
- G.1. Standard 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.