搜索资源列表
shell编程.pdf
- shell编程的法宝
shell-programming-specification
- shell编程规范,详细介绍了shell编程中的变量命名规范以及代码书写规范以及常用的shell编程技巧。-shell programming specification, detailing the variable naming conventions and norms and common code writing shell programming skills in shell programming.
Linux
- Linux基础教程大作业第04 讲_X_Window系统第9讲 Linux网络服务与配置第二讲 Shell编程-The Linux Essentials jobs (04) _X_Window system (9) Linux Network services and configuration Lecture Shell Programming
awk学习
- 详细讲解awk使用方法,可用于shell编程中使用。
shell
- 这是linux编程必须要懂的shell编程教程,讲得很详细。-It is necessary to understand the programming linux shell programming tutorials, very detailed.
shell编程
- shell编程从入门到精通,内容清晰齐全,通俗易懂,认真学习可以获得很大的提升。
Linux下的shell编程入门
- 通常情况下,我们从命令行输入命令没输入一次就能够得到系统的一次响应。一旦需要我们一个接一个的输入命令而最后得到结果的时候,这样的做法显然就没有效率。要达到这样的目的,通常我们利用shell程序或者shell脚本来实现。