|
|
|
|
|
by ygra
3502 days ago
|
|
Isn't the -- a feature of the command to stop option parsing and treat the remaining arguments as file names? AFAIK it's not a shell feature that solves quoting (and it's not that easy on Unix either, since running a program involves argument parsing instead of just passing a string). |
|
BTW `--` isn't treated specially in version 4 of Bash.