Windows
Right click file -> Properties -> Details
PowerShell: Get-ChildItem .\path-to-file.jpg | Format-List *
Get-ChildItem .\path-to-file.jpg | Format-List *
PowerShell Get-FileMetaData Function: https://gist.github.com/woehrl01/5f50cb311f3ec711f6c776b2cb09c34earrow-up-right
Linux
ls -lisap <file>
stat <file>
Last updated 2 years ago