搜索资源列表
linux命令大全
- linux命令大全和shell编程,是学习linux的基础资料
linux宝典
- 本书全面介绍了LINUX的世界,从讲述基本的LINUX概念、SHELL命令及图形界面开始,一直到LINUX编程环境,每一部分都提供了主要命令的详细解释和流程说明。特别介绍了多达12个linux的发行版。对linux新手入门和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!
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
Bash-study
- Linux Shell 编程经典教程,可快速掌握shell 编程-Linux Shell Programming classic guide, can quickly grasp the shell programming
LINUX-and-UNIXPSHELL
- LINUX与UNIX+SHELL编程指南,相当有用的书籍-The guide of of LINUX and UNIX+SHELL programming, quite useful books
Linux-shell
- shell脚本编程的好文章,基础但是好用-shell for linux
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
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
- linux-shell脚本语言,全书详细的介绍了在Linux系统下使用shell脚本编程的相关介绍-linux-shell scr ipting language, the book describes in detail the use of shell scr ipting in Linux systems related presentations
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.
Linux命令行与shell脚本编程大全.第3版.pdf
- 这是一本关于 Linux 命令行与 shell 脚本编程的全方位教程,主要包括四大部分 :Linux 命令行,shell 脚本编程基础,高级 shell 脚本编程,如何创建实用的 shell 脚本(This is a Linux on the command line and the full range of shell scr ipt programming tutorial, mainly includes four parts: Linux command line based shel
Linux命令行与shell脚本编程大全.第3版.pdf.tar
- linux系统使用,以其在运维中图和脱颖而出(The Linux system is used to map and stand out in its operation and maintenance)
Linux下的shell编程入门
- 通常情况下,我们从命令行输入命令没输入一次就能够得到系统的一次响应。一旦需要我们一个接一个的输入命令而最后得到结果的时候,这样的做法显然就没有效率。要达到这样的目的,通常我们利用shell程序或者shell脚本来实现。