Alle "Apple binary property list"-Dateien aus einem Verzeichnis löschen
English
Deutsch
In Backups findet man oft Dateien wie
apple_binary_samples.txt
0899d5d3c7f86344a8c085a053f5ca106482e6b8: Apple binary property list
089ce36beb618daa09263be95bd70880bd974dae: Apple binary property list
08b86c8bffdf6b12a0e4bd9f6807316afac51b53: Apple binary property listohne Dateinamenserweiterung, die nicht nützlich sind, wenn man nur die gesicherten Dateien selbst und nicht die Apple-spezifischen Metadaten benötigt.
Man kann sie entfernen mit
remove_apple_binary_props.sh
file * | grep "Apple binary property list" | cut -f1 -d: | xargs rm -vCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow