On Tue, 29 Jun 2021, Paul Heinlein wrote:

Most GNU utilities will stop interpreting options when they encounter a
bare ' -- ' string. So this should work

mv -- -u newfilename

Or, just use the . directory in the filename:

less ./-u

Perhaps "-u" will work, too.

Rich

Reply via email to