On branch rewrite-2022-03-26
Your branch is up to date with 'origin/rewrite-2022-03-26'. Changes to be committed: modified: hash-files Select the correct md5sum field with awk.
This commit is contained in:
		
							parent
							
								
									986aada28f
								
							
						
					
					
						commit
						329f3a71ff
					
				@ -73,7 +73,7 @@ done
 | 
				
			|||||||
IFS=',';echo "${csv_columns[*]}";IFS=$'\n'
 | 
					IFS=',';echo "${csv_columns[*]}";IFS=$'\n'
 | 
				
			||||||
## Loop through files, writing to csv
 | 
					## Loop through files, writing to csv
 | 
				
			||||||
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 $1 }')
 | 
						hash=$($md5_bin $file | awk '{ print $2 }')
 | 
				
			||||||
	mdls_properties=$(mdls_per_file $file)
 | 
						mdls_properties=$(mdls_per_file $file)
 | 
				
			||||||
	write_per_file $file $hash $mdls_properties
 | 
						write_per_file $file $hash $mdls_properties
 | 
				
			||||||
done	
 | 
					done	
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user