When listing directories in terminal (using the ls command, for example) some file names might not be displayed correctly. This is often because there are characters in the file's name which cannot be displayed in the command line.
The file names can be shown with their character codes using the "od" command. Just pipe the output of ls to it like this...
ls -1 | od -c
Note: The end of each filename/line is shown as \n
I usually write a blog post about once a week. The latest post can be viewed here: We Need Trump and Musk: I wonder if Trump and Musk might like to visit here after they have finished sorting out America! (posted 2025-02-11 at 11:40:37). I do podcasts too!. You can listen to my latest podcast, here: OJB's Podcast 2025-01-30 Pragmatic Libertarianism: Freedom is important. Maybe it's all that really matters..