会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
李秋
联系
管理
2014年11月28日
shell while内获取外部变量内容
摘要: 一、问题问题很简单,看下面一段tmp.sh代码:#!/bin/shx="this is the initial value of x"cat /tmp/tmp | while read line;do x="$line" echo $xdoneecho x = $x/tm...
阅读全文
posted @ 2014-11-28 16:10 李秋
阅读(2743)
评论(0)
推荐(1)
编辑