wiki/help/linux/bash/basic/arguments.md

200 B

arguments.

break flags.

if you insert -- then all input after that will be treated as non-flags.

rm -- -r -f # this will remove "-r" and "-f" files instead of recursive and force.