Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面这个script,存成一个符合规则名字的文件,置上x属性就行了。