find . -printf "%TY %p\n" | grep ^2006 # Get a list of all files last modified in 2006. Useful for passing to awk then xargs or for loop.
確定! 回上一頁