]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: add --noescape
authorKarel Zak <kzak@redhat.com>
Mon, 9 Sep 2019 10:53:08 +0000 (12:53 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Sep 2019 10:56:53 +0000 (12:56 +0200)
commit646bba41fd162fe1b8e303ff90914253e5fc669e
tree8958b7a0c7ad2d4994362ddfdca784f8671b8932
parenta6cc5c16f4deec1c4c79b81bdc7efff9d3b23449
dmesg: add --noescape

We have no way how to print the kernel message buffer in really raw
way. The new option --noescape disables all \x<hex> translations.

Addresses: https://github.com/karelzak/util-linux/issues/858
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/dmesg
sys-utils/dmesg.1
sys-utils/dmesg.c