3 ms·
Typically you can use the -- arg to indicate that everything to the right should not be interpreted as a switch.
by badc0ffee 13d ago
Typically you can use the -- arg to indicate that everything to the right should not be interpreted as a switch.
- PhilipRoman 13d agoand for programs that don't respect this convention ./--file
- IsTom 12d agoYes, but typically people are not doing this on every command and if you're globbing files it'll get used as flag.