会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
feiyun8616的作坊 (半个程序员and dba) 脚本化 python
博客园
首页
新随笔
联系
管理
订阅
2017年11月1日
转 python 将一个文件中内容添加到另一个文件指定位置
摘要: http://blog.csdn.net/huguangshanse00/article/details/14624601
阅读全文
posted @ 2017-11-01 17:31 feiyun8616
阅读(1536)
评论(0)
推荐(0)
编辑
grep:Binary file (standard input) matches
摘要: grep "key" xxx.log时输出 Binary file xxx.log matches 百度了一下:grep认为这是二进制文件,解决方案:grep -a。 grep -a "key" xxx.log
阅读全文
posted @ 2017-11-01 14:23 feiyun8616
阅读(927)
评论(0)
推荐(0)
编辑
公告