T
Termux2w ago
bubble

Removing invalid files

I wanted to remove the folder named '!Warning'$'\240' but it doesn't remove because Android thinks it cannot be found but it is there in Termux. How do I fix this?
No description
7 Replies
bubble
bubble2w ago
No description
Mohamad
Mohamad2w ago
Its probably RO or get dynamically written then deleted
bubble
bubble2w ago
This was a mirror of a FTP with stuff for the RiscPC where they had weird filenames Now the backslash shouldn't be there I could view files in a hex viewer but not remove it
Mohamad
Mohamad2w ago
Are you sure the FTP server is disabled before trying any operations?
bubble
bubble2w ago
Checking other tools helps to track down the problem but !Warning�
Lukas
Lukas2d ago
rm the dir
Komo
Komo10h ago
although a bit late, it's "!Warning"$'\240'. because 'a''b' will not concat unless 'b' is "b".