gannh 当前离线
上等兵
terse 当前离线
中将
sed -r "s/(.*).((.){N})$/\1\2/" filename复制代码
TOP
@echo off :设置序列 set n=6 :设置字数 set m=1 set /a n-=m sed -r "s/(.*)((.){%m%})((.){%n%})$/\1\4/" filename pause复制代码
BAT-VBS 当前离线
少将
CrLf 当前离线
论坛巡查
@sed "s/.\(.\{4\}\)$/\1/g" a.txt>b.txt复制代码
评分人数