Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend

« | »

track-numbers/id3tag

#!/bin/sh
## track-numbers.sh
## (C) 2006 Hal Canary
## DTPD
for NUMBER in $(seq -w 1 99); do
    if (/bin/ls *${NUMBER}* &> /dev/null); then
        id3tag -t ${NUMBER} *${NUMBER}*
    fi
done

Hal Canary | Computers & Code | 2006-02-08 11:32:36 UTC
Permanent Link Comments Off | No Comments

Comments are closed.
Email me your comments — h3 at halcanary dot org.

Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org