Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

xp cmd rename

Name: Anonymous 2007-03-30 5:14 ID:GBKh2HYk

how do i get it to rename a bunch of files but cut part of the original names out?  if i have a bunch of songs ripped from a disc, and moot added his name to all the files how do i get rid of it using the shitty windows command prompt?

rename *moot.mp3 *.mp3

that doesnt work

Name: Anonymous 2007-03-31 15:24 ID:+00X9nGj

>>1
Piece of cake, just pop this into a terminal:

for ITEM in *; do mv $ITEM `echo $ITEM | sed 's/moot//'`; done
Oh, wait, did you say Windows? Hmm... well, I suppose you could click one of the files, wait a few seconds, edit out the "moot", and move on to the next file. Have fun with that.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List