I've got a slight problem with a very stubborn error during an rsync. It's caused by a file with a special character in its filename. There's been others but I could sort that out by doing some conversion in the encoding of the filename. However this one file I can't even find.
So here's what rsync says:
../.\#033OA.tex.pyD0MB" failed: No such file or directory (2) First thing one notices is that the character code can't be hex or octal so I've googled it and only found this. So it may be a CURSOR UP character (or not). I've tried
ls -la *`printf '\033OA'`* to no avail. I've also tried piping the output of ls of that directory to od to no avail.
What else can I do? Or what character am I looking for anyway?
Thanks
ls -b, which should show C-style escapes