clearalbum_artist (67B)
1 #!/bin/rc 2 # 3 # Grrr. 4 # 5 6 for (f in *) { 7 tag/clear $f album_artist 8 }