
Meaning of -- in set command in shell script
[Please support Stackprinter with a donation]
[0] [0]
Esha
[2020-04-16 08:50:59]
[
shell-script
set
]
[ https://unix.stackexchange.com/questions/580419/meaning-of-in-set-command-in-shell-script ]
What is the meaning of set -- $PATH in shell script?
Is this the same as set echo "$PATH" ?
What is the significance of -- here?