From 271b922f1dcd79780b5d46528328eea18ab4534a Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 17:34:56 -0400 Subject: [PATCH] On branch parse-mdls Your branch is up to date with 'origin/parse-mdls'. Changes to be committed: modified: .env.default Adding default keys_of_interest value and cautions/explanations --- .env.default | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.default b/.env.default index bae0cf8..50d3b63 100644 --- a/.env.default +++ b/.env.default @@ -1,2 +1,7 @@ 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")