generate md5 code
Use shell to generate md5 code:
echo -n "hello world"|md5sum|awk '{print $1}'
(need xclip [sudo apt-get install xclip] ) --> copy to buffer :)
echo -n "hello world"|md5sum|awk '{print $1}'|xclip -sel clip
Written by 灵小句
Related protips
1 Response
Generate md5 code & copy it to clipboard in mac
echo -n "hello world"| md5sum | pbcopy
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#