摘要: Shell是一种脚步语言,那么,就必须有解释器来执行这些脚步。 Unix/Linux上常见的shell脚步解释器有bash,sh,csh,ksh等,习惯把它们称为shell。 例如: #!/bin/bash echo "Hello world !" chmod +x test.sh ./test.s 阅读全文
posted @ 2017-11-27 10:48 刘百会 阅读(173) 评论(0) 推荐(0)