Search Results

Search: Posts Made By: creakyshrimp
5,506
Posted By creakyshrimp
thanks much. makes sense. i changed it to mv -i...
thanks much. makes sense. i changed it to mv -i to avoid that.

another small hiccup i came across: in my ~15k song library, i had one filename that was only numbers and got renamed to mp3
5,506
Posted By creakyshrimp
that's great. thanks so much. here's the...
that's great. thanks so much.

here's the final version i'm using just for the record:


#!/bin/sh

IFS="/" # Split on /
find ./ -name '[0-9]*.mp3' | while read FILE
do
P=""
...
5,506
Posted By creakyshrimp
thanks for the quick reply. that helps me...
thanks for the quick reply.

that helps me in spitting out the path/file names, but then using sed to get rid of the leading characters is beyond my abilities.

the output looks like:
...
5,506
Posted By creakyshrimp
script to rename mp3 files
hi there,

i'm using OS X.

i have a bunch of mp3 files strewn across a directory tree that i'd like to rename.

specifically i'd like to remove any track numbers and leading non-alphabetic...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy