Printing via function to debug main.
This commit is contained in:
parent
008de3f44c
commit
320d899e95
@ -42,7 +42,7 @@ mdls_per_file () {
|
|||||||
IFS=$old_IFS
|
IFS=$old_IFS
|
||||||
done
|
done
|
||||||
old_IFS=$IFS
|
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)
|
$(mdls_per_file $file)
|
||||||
# echo "============= CSV Row =========="
|
# echo "============= CSV Row =========="
|
||||||
#echo "$file,$hash,$mdls_properties"
|
#echo "$file,$hash,$mdls_properties"
|
||||||
echo "${mdls_properties[*]}"
|
|
||||||
# write_per_file $file $hash $mdls_properties
|
# write_per_file $file $hash $mdls_properties
|
||||||
done
|
done
|
||||||
} >> $temp_csv_file
|
} >> $temp_csv_file
|
||||||
|
Loading…
Reference in New Issue
Block a user