摘要: readonly myCentos="bigman": echo $myCentos; unset myCentos; fuckArr=(123 'good' 'man' 'is' 'me'); for var in fuckArr;do printf $var done; 阅读全文
posted @ 2017-12-26 16:28 bigman-bugman 阅读(110) 评论(0) 推荐(0)
摘要: 安装 virtualbox centos 之后 vi test.sh echo 'bigman is here:)'; chmod +x ./test.sh //可用ls -l 查看文件权限 ./test.sh //bigman is here 阅读全文
posted @ 2017-12-26 16:06 bigman-bugman 阅读(271) 评论(0) 推荐(0)