Greetings!
I've had a request to convert something like this
00054WNGB398977DS
to this \00054\WNGB3\98977.DS
I suppose it would be easy enough to do it by hand, but I have to do it 2625 times! What utility would I use, and what syntax?
I'm guessing every string is consistent. For sure, there is a dot before the last two characters. I'm guessing it's a pattern like backslash, go forward five characters, insert a backslash, go forward five characters, insert a backslash, go forward 5 characters, insert a dot.
Thanks!
630111
I've had a request to convert something like this
00054WNGB398977DS
to this \00054\WNGB3\98977.DS
I suppose it would be easy enough to do it by hand, but I have to do it 2625 times! What utility would I use, and what syntax?
I'm guessing every string is consistent. For sure, there is a dot before the last two characters. I'm guessing it's a pattern like backslash, go forward five characters, insert a backslash, go forward five characters, insert a backslash, go forward 5 characters, insert a dot.
Thanks!
630111