D dumbenis Oct 31 0 2020-06-15 #1 I read on page 522 of the userguide that REN supports regular expression. The syntax is: REN ::filename ::target. Question: Can you give me syntax examples how to use regular expression with REN? Thanks
I read on page 522 of the userguide that REN supports regular expression. The syntax is: REN ::filename ::target. Question: Can you give me syntax examples how to use regular expression with REN? Thanks
vefatica May 13,202 180 2020-06-15 #2 Code: v:\new\old> ren ::f(o)o.txt ::\1.txt V:\new\old\foo.txt -> V:\new\old\o.txt 1 file renamed
vefatica May 13,202 180 2020-06-15 #3 Here's another. Code: v:\new\old> ren ::(a)b(c)d(e).txt ::\1\2\3.txt V:\new\old\abcde.txt -> V:\new\old\ace.txt 1 file renamed
Here's another. Code: v:\new\old> ren ::(a)b(c)d(e).txt ::\1\2\3.txt V:\new\old\abcde.txt -> V:\new\old\ace.txt 1 file renamed