Investigating main for loop and evocation of mdls_per_file
This commit is contained in:
		
							parent
							
								
									71e228c6c2
								
							
						
					
					
						commit
						191d690603
					
				@ -77,7 +77,8 @@ IFS=',';echo "${csv_columns[*]}";IFS=$'\n'
 | 
				
			|||||||
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
 | 
					for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
 | 
				
			||||||
	hash=$($md5_bin $file | awk '{ print $4 }')
 | 
						hash=$($md5_bin $file | awk '{ print $4 }')
 | 
				
			||||||
	mdls_properties=$(mdls_per_file $file)
 | 
						mdls_properties=$(mdls_per_file $file)
 | 
				
			||||||
	write_per_file $file $hash $mdls_properties
 | 
						echo "mdls_properties: $mdls_properties"
 | 
				
			||||||
 | 
					#	write_per_file $file $hash $mdls_properties
 | 
				
			||||||
done	
 | 
					done	
 | 
				
			||||||
 | 
					
 | 
				
			||||||
unset IFS
 | 
					unset IFS
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user