标题: 使用sed出现空间不足提示 [打印本页]
作者: 踏沙行 时间: 2018-8-26 06:29 标题: 使用sed出现空间不足提示
本帖最后由 踏沙行 于 2018-8-26 06:48 编辑
- I:\>sed "/need/a\批处理" 1.txt
- 1:basktop at time to door
-
- 2:basktop at time to door
-
- 3:bathome is webbbs
-
- 4:you can not do it
-
- 5:yes you need to watch the game
- sed: couldn't write 7 items to stdout: No space left on device
复制代码
百度后发现所有的解决方案都是lunix命令,请问有没有通过windows或者手工操作来解决的啊?
然后将原命令的中文字符换成英文字符,就没有这个问题出现了。难道是版本的问题?(我使用的sed是在论坛第三方命令发布区下载的,版本是4.4)
于是尝试换成batman版本介绍的4.14版本,但是发现了几个问题
1、使用sed "/^$/d" a.txt时,竟然无法删除空行。
2、使用/a开关插入中文时,错误提示如下:
I:\>sed "/need/a\批处理" 1.txt
sed: -e expression #1, char 9: Extra characters after command
把“批处理”字符串换成英文字符,还是出现如上提示。
作者: Batcher 时间: 2018-8-26 09:26
- sed "/need/a\批处理" 1.txt > 2.txt
复制代码
作者: 踏沙行 时间: 2018-8-26 09:55
回复 2# Batcher
果然好了,非常感谢。是不是因为sed的缓冲区容量太小了
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |