Skip to content

Commit edd9eba

Browse files
authored
Update UnixCommands.txt
1 parent e064511 commit edd9eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnixCommands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. To extract the raw image creation times via Mac command line use the following command:
2-
mdls *.CR2 | grep kMDItemFSCreationDate | awk '{print $4}'
2+
mdls *.CR2 | grep kMDItemContentCreationDate | awk '{print $4}'
33
Paste these times into Excel. If the times are off, for example if they are set to GMT, then they can be converted to PDT using:
44
=A2 + time(N,0,0) where N is the offset in hours.
55

0 commit comments

Comments
 (0)