https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195020

oli...@beefrankly.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oli...@beefrankly.org

--- Comment #1 from oli...@beefrankly.org ---
Don't know if you are fooling around but in case you aren't: 

Binary data can always mess up your terminal as there may be control characters
in it, which your terminal interprets. 

You need to use "cat -v" when displaying binary files or call "reset" or "stty
sane" afterwards to clean up your terminal. This may work. 

if you need to see binary data use xxd etc.

This is not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to