跳过正文

shell

常用shell命令
·264 字
获取毫秒时间戳 # tsp=$[$(date +%s%N)/1000000] echo $tsp 获取字符串MD5值 # str='test' # echo -n 去掉换行