From 320d899e95346589bb6275e836fc4be0876ae4d5 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 19:16:36 -0400 Subject: [PATCH] Printing via function to debug main. --- hash-files | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hash-files b/hash-files index c0a84d3..6a416c0 100755 --- a/hash-files +++ b/hash-files @@ -42,7 +42,7 @@ mdls_per_file () { IFS=$old_IFS done old_IFS=$IFS - export mdls_properties + echo $mdls_properties } @@ -84,7 +84,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do $(mdls_per_file $file) # echo "============= CSV Row ==========" #echo "$file,$hash,$mdls_properties" - echo "${mdls_properties[*]}" # write_per_file $file $hash $mdls_properties done } >> $temp_csv_file