Just prefix it with ./:
less ./- Or use redirection:
less < - Note that since - (as opposed to -x or --foo-- for instance) is considered a special filename rather than an option,
less -- - won't work.
Just prefix it with ./:
less ./- Or use redirection:
less < - Note that since - (as opposed to -x or --foo-- for instance) is considered a special filename rather than an option,
less -- - won't work.