Path to this page:
Subject: CVS commit: pkgsrc/textproc/ugrep
From: Adam Ciarcinski
Date: 2022-02-21 17:42:46
Message id: 20220221164246.B4D5EFB24@cvs.NetBSD.org
Log Message:
ugrep: updated to 3.7.3
ugrep v3.7.3
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. Includes user \
experience improvements, such as additional --help information and --stats \
details. We also made ugrep faster overall with performance improvements. More \
coming soon!
Files: