Compare commits
No commits in common. "8a9f48481f3de8077103b8f772f8cfb6205288ec" and "c4ef2b10ca9f266493d4f50153a2061611ed46fc" have entirely different histories.
8a9f48481f
...
c4ef2b10ca
@ -33,12 +33,9 @@ create_list_of_files () {
|
||||
mdls_files () {
|
||||
IFS=$'\n'
|
||||
for file in $list_of_files; do
|
||||
for line in $(mdls $file); do
|
||||
mdls_key=$(printf "%s" $line | cut -d '=' -f 1)
|
||||
mdls_value=$(printf "%s" $line | cut -d '=' -f 2)
|
||||
printf "\n============================\nMDLS Key: %s\nMDLS Value: %s\n============================\n\n" $mdls_key $mdls_value
|
||||
done
|
||||
|
||||
echo "=== mdls info ===
|
||||
==========="
|
||||
mdls $file
|
||||
done
|
||||
}
|
||||
hash_files () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user