Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 6 of 6) sorted by relevance

/coreutils/tests/test/
Dtest-N.sh24 atime=$(env stat -c '%.X' "$1")
25 test "$mtime" = "$atime" && return 1
26 latest=$(printf '%s\n' "$mtime" "$atime" | sort -g | tail -n1)
/coreutils/tests/stat/
Dstat-birthtime.sh26 atime=$(stat --format %X a) || fail=1
45 test "x$atime" != x$(stat --format %X a) &&
/coreutils/src/
Dtest.c420 struct timespec atime = get_stat_atime (&stat_buf); in unary_operator() local
422 return (timespec_cmp (mtime, atime) > 0); in unary_operator()
Dls.c3956 DEFINE_SORT_FUNCTIONS (atime, cmp_atime) in DEFINE_SORT_FUNCTIONS()
4050 LIST_SORTFUNCTION_VARIANTS (atime),
/coreutils/doc/
Dcoreutils.texi8170 @itemx --time=atime
8176 @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=atime
12035 @opindex atime@r{, changing}
12705 @item --time=atime
12708 @opindex atime@r{, show the most recent}
12710 Show the most recent access timestamp (atime) of any file in the
13789 @cindex mtime-greater-atime file check
[all …]
/coreutils/
DNEWS2830 stat now outputs the full sub-second resolution for the atime,