RosettaCodeData/Task/MD5/UNIX-Shell/md5-3.sh
2023-07-01 13:44:08 -04:00

2 lines
95 B
Bash

echo -n "The quick brown fox jumped over the lazy dog's back" |
openssl md5 | sed 's/.*= //'