|

楼主 |
发表于 2004-8-5 14:54:57
|
显示全部楼层
alias stripwhitespace="sed -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//'"
smarthost=`echo "${dc_smarthost}" | stripwhitespace`
这样是不是把`echo "${dc_smarthost}" | stripwhitespace`所显示的信息赋给smarthost ? 同时也赋给了stripwhitespace ?? |
|