You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Working_Fullpath=$(pwd) |
|
Working_Directory=$(basename $Working_Fullpath) |
|
|
|
# IMPORTANT - The order of keys in keys_of_interest *must* match the order in |
|
# which mdls prints them or csv output will be incoherent |
|
|
|
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
|
|
|