Come posso ottenere il percorso di tutti i file, cartelle che hanno il commento del Finder e anche il commento.
In questo modo: /path/here/file.txt Il commento del cercatore TAB è qui / path4 / here2 / folder TAB finder comment is here
Potrei prima usarlo per trovare tutti gli articoli con commento:
mdfind kMDItemFinderComment == '*'
E poi trova i commenti:
mdls -name kMDItemFinderComment pathhere
Ma c'è un modo per ottenere tutto in un singolo comando?