diff --git a/hash-files b/hash-files index 4ae3890..c2a5a0c 100755 --- a/hash-files +++ b/hash-files @@ -85,6 +85,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do echo "$file,$hash,$mdls_properties" # write_per_file $file $hash $mdls_properties done -) >> $temp_csv_file +} >> $temp_csv_file cat $temp_csv_file unset IFS