Date: Tue, 18 Nov 2014 19:09:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195020] ls formatting broken Message-ID: <bug-195020-8-3F0pByINYR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195020-8@https.bugs.freebsd.org/bugzilla/> References: <bug-195020-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195020 oliver@beefrankly.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oliver@beefrankly.org --- Comment #1 from oliver@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195020-8-3F0pByINYR>