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: Garbage: Democracy dies in darkness, especially when it is buried in garbage! (posted 2024-11-01 at 12:31:14). I do podcasts too!. You can listen to my latest podcast, here: OJB's Podcast 2024-08-22 Stirring Up Trouble: Let's just get every view out there and fairly debate them..