Debugging mdls_files filter functionality
This commit is contained in:
parent
bf5ad573a2
commit
2da31a5355
@ -40,7 +40,7 @@ mdls_files () {
|
|||||||
if $(echo $keys_of_interest | grep $mdls_key);then
|
if $(echo $keys_of_interest | grep $mdls_key);then
|
||||||
printf "\n============================\nMDLS Key: %s\nMDLS Value: %s\n============================\n\n" $mdls_key $mdls_value
|
printf "\n============================\nMDLS Key: %s\nMDLS Value: %s\n============================\n\n" $mdls_key $mdls_value
|
||||||
else
|
else
|
||||||
:
|
echo "Did not print!"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user