假设原文件名为1.txt
@echo offsetlocal enabledelayedexpansion
set /a n=0
for /f "delims=#" %%i in (1.txt) do (
set /a n=n+1
set str=%%i
echo !str!!n!^)
)>>new.txt
结果请查看生成的new.txt文件
用Replace Pioneer2.2,不用编程,很简单:1. ctrl-o 打开文本文件
2. ctrl-h 打开Replace 窗口
把Replace Unit设成Chars
把Replace Scope设成Line
在Search for pattern输入"《"(不带引号)
在Replace with pattern输入:
$match tips[calc($line_no,"02d")]='
3. 点击Replace即可。
Replace Pioneer2.2下载:
http://www.mind-pioneer.com/replace/Download.html
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)