ufwuwlgah 当前离线
列兵
评分人数
TOP
forfiles 当前离线
少将
sed "/^[0-9]\{5\}$/d" a.txt >b.txt复制代码
sed -i "s/$/\r/" a.txt复制代码
b.txt内容换行不要换行符,要标准的回车符
sed -i "/^[0-9]\{5\}$/d" a.txt复制代码