文件名称:14406555-Shell-Programming
- 所属分类:
- Internet/网络编程
- 资源属性:
- [PDF]
- 上传时间:
- 2012-11-26
- 文件大小:
- 79kb
- 下载次数:
- 0次
- 提 供 者:
- testu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ShellProgramming
Basically, a shell scr ipt is a text file with Unix
commands in it.
u Shell scr ipts usually begin with a #! and a shell
name
– For example: #!/bin/sh
– If they do not, the user s current shell will be used
u Any Unix command can go in a shell scr ipt
– Commands are executed in order or in the flow
determined by control statements.
u Different shells have different control structures
– The #! line is very important
– We will write shell scr ipts with the Bourne shell (sh)
Basically, a shell scr ipt is a text file with Unix
commands in it.
u Shell scr ipts usually begin with a #! and a shell
name
– For example: #!/bin/sh
– If they do not, the user s current shell will be used
u Any Unix command can go in a shell scr ipt
– Commands are executed in order or in the flow
determined by control statements.
u Different shells have different control structures
– The #! line is very important
– We will write shell scr ipts with the Bourne shell (sh)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
14406555-Shell-Programming.pdf