butter_fly@lemmy.ml to Linux@lemmy.ml · 2 days agoArabic filename disappears after coppying.lemmy.mlimagemessage-square18fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageArabic filename disappears after coppying.lemmy.mlbutter_fly@lemmy.ml to Linux@lemmy.ml · 2 days agomessage-square18fedilinkfile-text
minus-squareDaemon Silverstein@thelemmy.clublinkfedilinkarrow-up0·2 days 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)