Path to this page:
Subject: CVS commit: pkgsrc/textproc/ugrep
From: Adam Ciarcinski
Date: 2022-02-08 22:00:55
Message id: 20220208210055.E0F83FB24@cvs.NetBSD.org
Log Message:
ugrep: updated to 3.7.2
ugrep v3.7.2
New --hexdump options to grep binary files and display binary matches in \
hexadecimal with n hex lines before and after the match with --hexdump=Cn, \
--hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n \
defaults to the entire matching line. Option -X is equivalent to --hexdump=2C \
for 2 hex columns per line and entire matching line as context. We also made \
ugrep faster overall with performance improvements. More coming soon!
Files: