diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-05-03 18:13:15 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-05-03 18:13:15 +0200 |
commit | 548de7ae19b2ff2bd669b6c9691b807fb4071ab1 (patch) | |
tree | d9639ca760a4356f22bca1eb5981e5b30b733b4a | |
parent | e3e8589700c2edd28777b7f8f9f57191ef2f9b44 (diff) | |
download | hl-548de7ae19b2ff2bd669b6c9691b807fb4071ab1.zip hl-548de7ae19b2ff2bd669b6c9691b807fb4071ab1.tar.gz hl-548de7ae19b2ff2bd669b6c9691b807fb4071ab1.tar.bz2 |
Added script hl_xxd
-rwxr-xr-x | example_scripts/hl_xxd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example_scripts/hl_xxd b/example_scripts/hl_xxd new file mode 100755 index 0000000..90ba341 --- /dev/null +++ b/example_scripts/hl_xxd @@ -0,0 +1,9 @@ +#!/bin/bash +# +# Colorize the output of the xxd command +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# @(#) [MB] cr_hl_xxd Version 1.1 du 15/05/03 - +# + +hl -e -r '(\<0a)|(0a\>)' -b '^[^:]+' -g '.{16}$' -c '[[:xdigit:]]' |