this question is somewhat unique among others asked.
i have a dir with a bunch of folders and they are named using periods to separate every word.
such as: foo.bar.2011.useless.words
the last two words are always the useless ones, so i would like to truncate starting with the second to last period.
not sure of the wording...
many thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
|||||||||
|
|
If your folders with dots are only one level deep, go with Ignacio's answer. However, if you have folders that you want to rename that exist in subdirs such as
I added an Edit
Removed my |
||||
|