[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

md5 without MD5 ("OpenBSD") =



Anyone know how to get the md5 command to return JUST the md5 string, NOT 
the other junk?

$ md5 -s "OpenBSD"
MD5 ("OpenBSD") = 760be6e1c2192a5bf7c0df47cc5f71ca

I just want
760be6e1c2192a5bf7c0df47cc5f71ca

It's for a bash shell script.

Thanks!



- Camille