搜索资源列表
shell脚本编程课件
- shell脚本编程教学课件
shell编程
- shell编程
shell编程.pdf
- shell编程的法宝
linux命令大全
- linux命令大全和shell编程,是学习linux的基础资料
Linux.Shell.Scripting.With.Bash.2004.pdf
- 很好的脚本编程教程 bash she-很好的脚本编程教程 bash shell
Bash_Beginners_Guide_CHS
- Linux abc 讲的是Linux的shell编程,是中文版的,而且内容翻译的还是比较接近原版的-Linux abc talking about Linux s shell programming, is the Chinese version, and the contents of the translation is quite close to the original
LINUXUNIXSHELL
- LINUX与UNIX SHELL编程指南.rar-LINUX and UNIX SHELL Programming Guide. Rar
LINUX_UNIX_SHELL_Programming
- unix-linux Shell编程经典电子书!-unix-linux Shell Programming E-book classic!
linuxandshell
- linux 下的shell编程,一些基础的shell编程内容,谢谢!-example: echo "this is the $numnd" grep "hello" file.txt | wc-l and so on!
linux_unix_shell_1pdf
- 非常详细介绍linux_unix shelld的语法和编程方法、技巧。内容全面、已整理为单个PDF文件,文字清晰简洁,很适合Shell编程人员学习、参考。-Linux_unix shelld very detailed descr iption of the syntax and programming methods, techniques. Is comprehensive, has compiled into a single PDF file, text clear and concis
linux-and-unix-shell-programming
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, details of shell programming skills, a variety of UNIX commands and syntax, but also involves under UNIX text processin
shell-sed
- 收集整理比较全 shell sed 命令与实例教程,对了解shell编程意义很大-Collected relatively full shell sed command with tutorial examples, shell programming very meaningful for understanding
Linux-Shell
- 介绍了linux下的shell编程,扎实linux应用很实用的文档-Linux shell programming, solid Linux very practical document
Shell
- 一个介绍Linux下Shell编程的资料,对初学者是很有用的参考-An introduction under Linux Shell Programming information is very useful for beginners reference
LINUX-and-UNIX-Shell
- LINUX与UNIX Shell编程指南-LINUX and UNIX Shell Programming Guide
shell-program
- shell编程的参考资料,对shell编程的学习有很大帮助。-Shell programming resources, are of great help to shell programming study.
LINUX-and-UNIX-Shell
- 详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -Details of the shell programming skills, a variety of UNIX commands and syntax, but also involves the word processing under UNIX as well as a small amount of system
shell
- 这是linux编程必须要懂的shell编程教程,讲得很详细。-It is necessary to understand the programming linux shell programming tutorials, very detailed.
shell编程
- shell编程从入门到精通,内容清晰齐全,通俗易懂,认真学习可以获得很大的提升。
Linux下的shell编程入门
- 通常情况下,我们从命令行输入命令没输入一次就能够得到系统的一次响应。一旦需要我们一个接一个的输入命令而最后得到结果的时候,这样的做法显然就没有效率。要达到这样的目的,通常我们利用shell程序或者shell脚本来实现。