shell循环(国外英文资料).docVIP

  • 4
  • 0
  • 约7.05千字
  • 约 20页
  • 2017-06-10 发布于河南
  • 举报
shell循环(国外英文资料)

shell循环(国外英文资料) * * * * * * * * * While statement * * * * * * * * * General format: While the test conditions The do Command table The done = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Example exam13. Sh #! / bin/sh While [$1] The do If [-f $1] Then echo display: $1 The cat $1 The else echo $1 is not a file name. fi The shift The done Right? Program function Right? How to test, add parameters = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Example exam14. S

文档评论(0)

1亿VIP精品文档

相关文档