When a filename starts with a dash (-
), the terminal can confuse it for a command option. Use ./-filename
instead.
Example:
cat ./-filename
When a filename starts with a dash (-
), the terminal can confuse it for a command option. Use ./-filename
instead.
Example:
cat ./-filename