Why terminal command cat -v
prints this text
$$$$
$$
$$$$$
¥
是我
§«Õϖ‡€
$$$$
$
$$
$$
$
like this?
$$$$
$$
$$$$$
Â¥
æM-^X¯æM-^HM-^Q
§«ÃM-^UÏM-^VâM-^@¡âM-^B¬
$$$$
$
$$
$$
$
I have a task to implement cat command in C. I've faced with this strange situation.
- Why this is so strange output?
- How to implement this behaviour in my program?
I'm working on Mac.