bash
Commands
- The general structure:
<command> <flags + flag args> <command args>
command
: What to doflags + flag args
: Options for the command and options for those optionscommand args
: arguments to pass to the command
bash
Commands<command> <flags + flag args> <command args>
command
: What to doflags + flag args
: Options for the command and options for those optionscommand args
: arguments to pass to the command