What Does `--` Mean in a Shell Command?
The standalone double dash is not usually shell syntax. It is an argument passed to a program that marks the end of command-line options.
The standalone double dash is not usually shell syntax. It is an argument passed to a program that marks the end of command-line options.