Manegold <[EMAIL PROTECTED]> writes:
> Does anyone know, how I can edit the ID tag of an mp3 file?
apt-get install id3ed
--
Mike Quin
Unix Systems Support
Systems and Networks Group, University of Stirling
"Clue. You've either got it, or you work for UUnet" - seen on UKMM
ith the mtime flag, e.g.
find /tmp -type f -mtime +30 -exec rm {} \;
will remove all files in /tmp that are more than 30 days old.
--
Mike Quin
Unix Systems Support
Systems and Networks Group, University of Stirling
"Clue. You've either got it, or you work for UUnet" - seen on UKMM
2 matches
Mail list logo