Shell Echo-n md5sum How to use

Source: Internet
Author: User

#!/bin/Bashmysql='mysql-u***-p***-hws5 Account'tmp="tmp"Resultsource="Resultsource"resultdest="resultdest"Echo "Select User_id,phone_num,email from user_accounts where length (user_id) = one limit 1"|${mysql} >${tmp}sed '1d'${TMP} >${resultsource}>${resultdest} whileRead user_id phone_num email Do  Echo${USER_ID} 'EchoRokid${phone_num}account 'echo-n rokid${phone_num}account|md5sum|cut-d ""-f 1|tr [ A-z] [a-z]Echo${USER_ID} 'Echo-N rokid${phone_num}account|md5sum|Cut-D" "-F1|TR[A-z] [A-z] ' >>${resultdest} Done<${resultsource}# whileread user_id phone_num_md5 # Do #  Echo "Update user_accounts Set phone_num = \ "${phone_num_md5}\" where user_id = \ "${user_id}\""|$MYSQL # Done< ${resultdest}

Above the red bold statement, for the correct md5sum encryption method (pay special attention to the front echo-n option)

Ps:mac The red bold option above in the file, always do not remove the carriage return after the string.

Available via XXD filename

or od-c filename to see if there is a carriage return character

Not to be continued ...

Shell Echo-n md5sum How to use

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.