hawke
Power Member
- Nov 14, 2008
- 644
- 536
Let's say I have a list like this
And it needs to look like this
They need to be in sequential order, is there an automated way of renaming these? As i have nearly 100,000 lines to do this for
Code:
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxxxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxx
alt.xxxxxxx.xxxxxxx.xxxxxx.xxx.xxxxx
And it needs to look like this
Code:
GrpList_0000=alt.xxxxxxx.xxxxxxx.xxxxxx.xxxxxxxxxx
GrpList_0001=alt.xxxxxxxx.xxxxxxx.xxxxxx.xxxxxxxx
They need to be in sequential order, is there an automated way of renaming these? As i have nearly 100,000 lines to do this for