Generate random numbers in the shell

Source: Internet
Author: User


Command Introduction


$RANDOM # #一般产生4-5 digits


Column description


[Email protected] shell]# echo $RANDOM

9926


[Email protected] shell]# echo $RANDOM

16517

[Email protected] shell]# echo $RANDOM

3839

[Email protected] shell]# echo $RANDOM

5857


2. Generate random Numbers (0-9)


echo $ (($RANDOM%10))


[[email protected] shell]# echo $ (($RANDOM%10))

9

[[email protected] shell]# echo $ (($RANDOM%10))

7

[[email protected] shell]# echo $ (($RANDOM%10))


3. Generate a number of random letters, and specify a few of them


[Email protected] shell]# echo $RANDOM | md5sum | Cut-c 1-6

cf837f

[Email protected] shell]# echo $RANDOM | md5sum | Cut-c 1-6

7ac9ff

[Email protected] shell]# echo $RANDOM | md5sum | Cut-c 1-6

d5c27d


[Email protected] shell]# echo $RANDOM | md5sum | Cut-c 6-12

Fcb22b2

[Email protected] shell]# echo $RANDOM | md5sum | Cut-c 6-12

2f6b7bf


This article is from the "Sdsca" blog, make sure to keep this source http://sdsca.blog.51cto.com/10852974/1890834

Generate random numbers in the shell

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.