摘要: tt="1 10 17 10-134-9-154.xml" echo $tt 只是单纯地打印出tt保存的这些变量 cat $tt 则会对tt 中保存的变量文件挨个打印出来 阅读全文
posted @ 2016-07-26 16:57 Big_Foot 阅读(377) 评论(0) 推荐(0)
摘要: Infolist=($(du *))echo "Get the list one $Infolist"This has formed a array after quating the “()”。 Infolist=$(du *)echo "Get the two $Infolist"This is 阅读全文
posted @ 2016-07-26 16:26 Big_Foot 阅读(269) 评论(0) 推荐(0)