Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
  • 打印日期: echo $(date+"%m-%d-%H-%M")
$ echo $(date)
2021年 09月 26日 星期日 15:38:44 CST
$ echo $(date +"%m-%d-%H-%M")
09-26-15-39
  • 打印随机数 echo $(shuf -n 3 -i 10000-65535)
$ echo $(shuf -n 3 -i 10000-65535)
38921 12759 16129