Files
MacOS Finder 將這些資訊(發送給我的文件的來源)保存在哪裡?
我想獲取向我發送特定文件的人的姓名。我嘗試了不同類型的
file
, 和stat
,但似乎沒有一個能解決我的問題。順便說一句,我目前正在使用 MacOS。這是我使用 AirDrop 獲得的文件範例。我想要的名字用紅色圓圈標記。
我們可以
mdls
從命令行使用來列出元數據。這是你想要的?apropos metadata
如果是這樣,從命令行獲取與搜尋詞元數據相關的軟體列表可能會很有用。抱歉,我無法將圖片中的語言翻譯成英文,以確定該mdls
命令是否提供了您想要的內容。mdls -- lists the metadata attributes for the specified file SYNOPSIS mdls [-name attributeName] [-raw [-nullMarker markerString]] file ... DESCRIPTION The mdls command prints the values of all the metadata attributes associated with the files provided as an argument. The following options are available: -name Print only the matching metadata attribute value. Can be used multiple times. -raw Print raw attribute data in the order that was requested. Fields will be separated with a ASCII NUL character, suitable for piping to xargs(1) -0. -nullMarker Sets a marker string to be used when a requested attribute is null. Only used in -raw mode. Default is "(null)". SEE ALSO mdfind(1), mdutil(1) xargs(1) Mac OS X June 3, 2004 Mac OS X