2026年物业门控五金耗材推荐榜:中企创联工业品,小区/写字楼/物业多场景门控配件全覆盖
2026/3/1 13:31:04
在Mac系统中,我们可以使用脚本来简洁且美观地列出iTunes音乐库,方便与他人分享或同步不同设备上的iTunes库。
#!/bin/bash # ituneslist--Lists your iTunes library in a succinct and attractive # manner, suitable for sharing with others, or for synchronizing # (with diff) iTunes libraries on different computers and laptops itunehome="$HOME/Music/iTunes" ituneconfig="$itunehome/iTunes Music Library.xml" musiclib="/$(grep '>Music Folder<' "$ituneconfig" | cut -d/ -f5- | \ cut -d\< -f1 | sed 's/%20/ /g')" echo "Your library is at $musiclib" if [ ! -d "$musiclib" ] ; then echo "$0: Confused: Music library $musiclib isn't a directory?" >&2 exit 1 fi exec find "$musiclib" -type d -mindepth 2 -maxdepth 2 \! -name '