2013年8月1日

linux的date的几个例子

摘要: shell脚本为test.sh: input=$1 echo "sdfa:${input}" echo ${input} echo "dfadf"${input} echo dfasdf{input} echo $(date -d "${input}" +%Y) echo $(date -d "... 阅读全文

posted @ 2013-08-01 14:26 代码王子 阅读(203) 评论(0) 推荐(0)

导航