find . -printf '%T@ %t %p\n' | sort -k 1 -n | cut -d' ' -f2- ... display the epoch time associated with the output list of modified files.
確定! 回上一頁