linux 根據時間篩選刪除文件

#! /bin/bash for filename in * do echo $filename y=$(date -r $filename +%Y) echo $y if [ "$y" == "2014" ] then
相關文章
相關標籤/搜索