Anon 03/13/2024 (Wed) 11:31 No.9842 del
>>9841
UPDATE. Weird! Some ponibooru.org filenames have control characters like 0xc2a0. Hard to catch, but they're there:
$ stat --format=%n 198481\ -*
198481 - derpy derpy derpy derpy derpy derpy blindbag.jpg
$ stat --format=%n 198481\ -* | cat -v
198481 - derpy derpyM-BM- derpyM-BM- derpyM-BM- derpyM-BM- derpy blindbag.jpg
$ stat --format=%n 198481\ -* | xxd
00000000: 3139 3834 3831 202d 2064 6572 7079 2064  198481 - derpy d
00000010: 6572 7079 c2a0 6465 7270 79c2 a064 6572  erpy..derpy..der
00000020: 7079 c2a0 6465 7270 79c2 a064 6572 7079  py..derpy..derpy
00000030: 2062 6c69 6e64 6261 672e 6a70 670a        blindbag.jpg.
$
These bytes are correctly captures in the rclone JSON, but Bash/QTerminal/echo just deletes them.

So those files weren't deleted off of that site, they are just hard to reach. 2/2