Use find 's -printf and sort on a reasonable date format: find -type f -printf '%T+\t%p\n' | sort -n ... EDIT: Standard find on Mac does not have -printf .
確定! 回上一頁