Last updated 2 years ago
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:
Linux
ls -lisap <file>
stat <file>