《aix系统应用基础》15 additional hell features.pptVIP

  • 2
  • 0
  • 约7.09千字
  • 约 19页
  • 2018-12-02 发布于浙江
  • 举报

《aix系统应用基础》15 additional hell features.ppt

《aix系统应用基础》15 additional hell features

? Copyright IBM Corporation 2008 ? Copyright IBM Corporation 2007 Unit 15 Additional Shell Features Unit Objectives After completing this unit, you should be able to: Pass positional parameters to shell scripts Use the test command Use the if statement Implement interactive shell scripts Implement loops within scripts Important Shell Variables Positional Parameters Parameters can be passed to shell scripts as arguments on the command line: $1, $2, ... $9 ${10}, ${11}, ... ${n} (Korn Shell only) $ cat para_script echo First Parameter entered was $1 echo Secon

文档评论(0)

1亿VIP精品文档

相关文档