9Aug/090
Fix your terminal after a cat binary file
Who never made the mistake, catting a binary file?
Well. I did a lot!
A possible fix to get normal characters might also be useful for you:
echo -e "\xF"
Keep in mind that this is a fix for BASH.
Who never made the mistake, catting a binary file?
Well. I did a lot!
A possible fix to get normal characters might also be useful for you:
echo -e "\xF"
Keep in mind that this is a fix for BASH.