如何列出文件的时间?

Jas*_*nes 7 linux ls freebsd bash stat

根据这篇文章可以stat用于atime在 Linux 上提供 ,但 FreeBSD 10.1 没有 GNU stat.

我如何列出atimefor 文件?

mar*_*hki 7

ls -lu
Run Code Online (Sandbox Code Playgroud)

where-l将提供一个长列表格式并按-u访问时间排序。