Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Calculate CRC32 checksums with cksum' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Calculate CRC32 checksums with cksum
Authored by: bdm on Dec 29, '04 06:58:23PM

Sorry, that should be

... | awk '{printf("0x%x%02x\n", int($1/256),$1%256)}'

to make sure that the truncation to integer is correct.

Brendan.



[ Reply to This | # ]