标题: [文本处理] 1,批处理怎样在指定字符前添加字符,怎样在文本最后添加字符 [打印本页]
作者: 108676747 时间: 2015-4-21 23:07 标题: 1,批处理怎样在指定字符前添加字符,怎样在文本最后添加字符
批处理前:(sart:hsjd1)
dsdn
dkkall
`~
批处理后: 文本中有多个 (sart:hsjd1)请在前面添加msg,另在文本最后添加M30加空格。
MSG (sart:hsjd1)
dsdn
dkkall
`~
M30
空格
空格
作者: pcl_test 时间: 2015-4-21 23:17
(sart:hsjd1)是否单独一行?还是一行中的某段字符串
作者: bailong360 时间: 2015-4-21 23:20
- @sed "s/(sart:hsjd1)/MSG &/g" your.txt >New.txt
- @(Echo M30&Echo; &Echo; ) >>New.txt
复制代码
http://batch-cn.qiniudn.com/tool/sed.exe
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |