Y
Hacker News
new
|
ask
|
show
|
jobs
by
uwydr
2415 days ago
There's a Linux application called "ent" that calculates the entropy of a file. I use it to see if it's worth it to compress a file before I ship it somewhere else.
1 comments
gigama
2415 days ago
Elegant solution, learned something new today, thanks for posting.
$ ent -bc <filename>
link
$ ent -bc <filename>