Quote:
Originally Posted by schaefer
Still a different result. Here's the command I'm using
echo -n "/mnt/us/documents/hackermonthly-issue1.pdf" | openssl sha1
|
That similar command line works for my collections on linux, and the above gives "1d71ee1d02b3a543980d690d8d4026a8be73e3ca" as does using sha1sum instead of openssl.
According to the Mac OS X man pages, echo is posix compatible and supports the -n flag as it should.