If your terminal ever gets confused by random control sequences, for example after you accidentally output binary data, there's a good chance you can restore order with the `reset` command.

#Linux #Shell #SystemAdministration #SysAdmin

@monospace on VTxxx terminals and emulators, you just need to remember `echo ^V^O` (Ctrl-V Ctrl-O)
@hyc Interesting, a reset sequence. Typing 'reset' is probably quicker, though.