butter_fly to Linux · edit-223 hours agoNon-English filename disappears after coppying.imagemessage-square20fedilinkarrow-up188arrow-down12file-text
arrow-up186arrow-down1imageNon-English filename disappears after coppying.butter_fly to Linux · edit-223 hours agomessage-square20fedilinkfile-text
minus-squareDaemon Silverstein@thelemmy.clublinkfedilinkarrow-up6·19 hours agoRedirecting the output of ls to commands such as hexdump or od would allow to notice if the name has international characters or if they were replaced by some placeholder character (which would be represented as a repeated value across the hex dump)
Redirecting the output of
ls
to commands such ashexdump
orod
would allow to notice if the name has international characters or if they were replaced by some placeholder character (which would be represented as a repeated value across the hex dump)