On Fri, 28 Nov 2025 21:09:14 -0500
James via linux <[email protected]> wrote:

> Tab completion didn't work.
> I suspect there is an invisible character.

Well, ok.  Does the file have any sequence of printable characters that
don't appear in other files in the directory?

Suppose it contains the sequence "wxyz" and no other file in that
directory does.  You should be able to remove it with:

       rm ./*wxyz*

Might want to run:

      echo ./*wxyz*

first to see what will be removed, or use the "-i" flag with rm.

Regards,

Dianne.

To unsubscribe send a blank message to [email protected]
To get help send a blank message to [email protected]
To visit the archives: https://lists.linux-ottawa.org

Reply via email to