logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GetFileInfo - Display File Information on macOS | Online Free DevTools by Hexmos

Display file information with GetFileInfo on macOS. Retrieve creation date, modification date, and creator information using this command-line tool. Free online tool, no registration required.

getfileinfo

Get information about a file in an HFS+ directory. More information: https://keith.github.io/xcode-man-pages/GetFileInfo.1.html.

  • Display information about a given file:

GetFileInfo {{path/to/file}}

  • Display the [d]ate and time a given file was created:

GetFileInfo -d {{path/to/file}}

  • Display the date and time a given file was last [m]odified:

GetFileInfo -m {{path/to/file}}

  • Display the [c]reator of a given file:

GetFileInfo -c {{path/to/file}}

See Also