摘要: #! /bin/sh first=$1 first2=$1 input2=$2 let second=`date -d "-1 days ago ${input2}" +%Y%m%d` second2=$second arr=(1 2 3 4) length=${#arr[@]}; echo "length= ${length}" let length=$length-1 ... 阅读全文
posted @ 2018-11-07 20:02 乌云de博客 阅读(269) 评论(0) 推荐(0) 编辑