Avoid Name Conflicts
Avoid conflicts with filenames that start with a dash
# -- indicates the end of the options section
# -myFile.txt uses a dash after the options section to avoid conflicts
cat -- -myFile.txt
# -- indicates the end of the options section
# -myFile.txt uses a dash after the options section to avoid conflicts
cat -- -myFile.txt