会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大坑水滴
博客园
首页
新随笔
联系
订阅
管理
2016年6月26日
shell去除换行和空格
摘要: #!/bin/bash if [ -f str.txt ] ## 如果str.txt存在,则返回true then strval=$(cat str.txt|awk '{printf "%s",$1}'|sed 's/ //g') ## 使用awk去除换行,使用sed去除空格 if [ "" == "$strval" ] ## 判断文件是否为空 then e...
阅读全文
posted @ 2016-06-26 23:32 大坑水滴
阅读(8444)
评论(0)
推荐(0)
编辑
公告