Searched refs:atime (Results 1 – 6 of 6) sorted by relevance
24 atime=$(env stat -c '%.X' "$1")25 test "$mtime" = "$atime" && return 126 latest=$(printf '%s\n' "$mtime" "$atime" | sort -g | tail -n1)
26 atime=$(stat --format %X a) || fail=145 test "x$atime" != x$(stat --format %X a) &&
420 struct timespec atime = get_stat_atime (&stat_buf); in unary_operator() local422 return (timespec_cmp (mtime, atime) > 0); in unary_operator()
3956 DEFINE_SORT_FUNCTIONS (atime, cmp_atime) in DEFINE_SORT_FUNCTIONS()4050 LIST_SORTFUNCTION_VARIANTS (atime),
8170 @itemx --time=atime8176 @opindex atime@r{, printing or sorting files by}8178 In long format, print the last access timestamp (the atime).8180 sort according to the atime.12030 @itemx --time=atime12035 @opindex atime@r{, changing}12705 @item --time=atime12708 @opindex atime@r{, show the most recent}12710 Show the most recent access timestamp (atime) of any file in the13789 @cindex mtime-greater-atime file check[all …]
2830 stat now outputs the full sub-second resolution for the atime,