shell腳本中經常使用的技能

#/bin/bash threadCount=`cat count`; topic=`cat topic` #echo $topic #訪問文件中每行的數據 for redis in $(cat redis.list); do echo $redis host=`echo $redis | awk -F ":" '{print $1}'` port=`echo $redis
相關文章
相關標籤/搜索