79531524

Date: 2025-03-24 15:51:14
Score: 1.5
Natty:
Report link

That was indeed help. Below are few ways to check not printable characters in a file

cat -A file.txt
cat -vte file.txt
or
od -c file.txt
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GHB Hill