Package: bsdmainutils Version: 6.1.10 Severity: normal hd -C (which is apparently interpreted as hexdump -CC) duplicates input lines:
$ echo test | hd -C 00000000 74 65 73 74 0a |test.| 00000000 74 65 73 74 0a |test.| 00000005 $ echo test | hexdump -CC 00000000 74 65 73 74 0a |test.| 00000000 74 65 73 74 0a |test.| 00000005 (Plain 'hd' or 'hexdump -C' work.) Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

