function SendMessageToDingding() { curl https://oapi.di ..
Tag : shell
#!/bin/sh a=1 b=2 if [ a -gtb ];then echo a bigger else ..
shell脚本是在win下编写的,每行结尾是\r\n Unix 结果行是\n 所以在Linux下运行脚本 会任 ..
find /path/for/file -type d -mtime +20|xa..
#!/bin/sh #通过传入ip 以及端口,发送指令获得返回数据 #copyright chengmo qq ..
变量 说明 $$ Shell本身的PID(ProcessID) $! Shell最后运行的后台Process的 ..
echo {#str} echo{str} | awk ‘{print length(0)}’ echostr ..
#!/bin/bash #echo {1##*/} shortfilename josn_post=`curl ..
#!/bin/bash post_url=’https://test.com/post_json’ post_ ..
#!/bin/bash function me() { echo “im (whoami) ” } # Tes ..
近期评论