1、shell Md5方法,cut取第一列,去掉换行符 echo -n 'hello'|md5sum|cut -d" " -f1 -f1 取第一个字段 -d" " 以空格为分隔符 -n 不换行输出
2、时间格式化,date与+号中间必须有空格 date +"%Y-%m-%d %H:%M:%S" 输出时间格式:2016-08-09 15:18:26
3、curl 发post请求 /usr/bin/curl -d "mobile=$1&message=$neirong&business=zabbix&time=$time_now&key=$key&smsType=0" ""
4、多行注释
:<<!code is here ! 【example:】 :<<! echo "ladies" echo "and" !