Quote:
Originally Posted by knc1
How could that be? The command, litterally:
md5sum -h
Should have listed what the options are which that version recognizes.
There is nothing in that query that could have generated the "same result".
|
the output is
Code:
[root@kindle factory]# md5sum -h
md5sum: can't open '-h': No such file or directory
[root@kindle factory]#
if I give md5sum --help
Code:
[root@kindle factory]# md5sum --help
BusyBox v1.17.1 (2012-07-17 16:29:54 PDT) multi-call binary.
Usage: md5sum [OPTIONS] [FILE]...
Print MD5 checksums
[root@kindle factory]#