💾 Archived View for g.codelearn.me › 2018-03-10-restore-terminal-printing.gmi captured on 2024-08-18 at 17:24:51. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Restore terminal printing

Hey,

sometimes I accidentaly print binary file with `cat <thefile.bin>` and my terminal is getting broken after that due to printing of some escape characters.

To fix it you can use `reset` command. Checkout the `man reset` to get more info about this command.