我和弟弟刚刚在一次出行中被罚款,但我们不确定是谁开车的。我知道我开车的时候,弟弟一直在用他的 Macbook Pro 看一系列视频,他可能再也没有看过这些视频了。
有没有办法查找计算机(特别是 Macbook pro)上存储的某个视频的最后观看时间?
如果是这样,那么我们可以查看一下他在被罚款时是否在看什么东西。
谢谢!
答案1
引用手册ls
:
NAME
ls -- list directory contents
SYNOPSIS
ls [-ABCFGHLOPRSTUW@abcdefghiklmnopqrstuwx1] [file ...]
-l (The lowercase letter ``ell''.) List in long format. (See below.) If the output is to a ter-minal, terminal,
minal, a total sum for all the file sizes is output on a line before the long listing.
-u Use time of last access, instead of last modification of the file for sorting (-t) or long
printing (-l).
-t Sort by time modified (most recently modified first) before sorting the operands by lexico-graphical lexicographical
graphical order.
也就是说,ls -lut
将为您完成工作。