 vote
 |
|
The Bash Shell utilizes a structure for commands that can be used with the shell. This article demonstrates how to use command, options and arguments.
Even though you want to remember the preceding rule for certification exam purposes, there are exceptions to it. For example, with the ls utility, you can divide the options so that some appear before the argument, and some appear afterward. You’ll still get the same output as if you had entered the command “correctly”.
ls -a s* -l
| | |
| |
|
|