搜索资源列表
Linux_Shell
- 一款模仿Linux操作系统红帽子(RedHat)的shell编程示例,基本的桌面菜单,开始菜单,任务栏菜单,托盘菜单,右键弹出菜单都做的栩栩如生,是一个完整漂亮的外壳程序。对于一些商用软件完全可以修改后套用形成一个漂亮的shell。要扩充的是完整封掉windows系统的所有按键消息即可完整存在。-Red Hat Linux operating system, a mimic (RedHat) of shell programming e
Linux_shell.pdf.tar
- 《linux操作系统》课程教案(SHELL编程基础篇)。-《Linux operating system》 course teaching plan (SHELL Programming Basics).
linux_shell
- 关于linux/unix下的shell 编程数据,比较入门的数据,适合初学者读。-On linux/unix shell programming under the data, comparing the data entry for beginners read.
Linux_Shell
- linux shell的编程入门,简答易懂。-Introduction to Shell programming
LINUX_SHELL-program-a-server-manage
- 实战LINUX_SHELL编程与服务器管理这个经典书的源码,找了好久,贡献出来~ 收取点消费~ -Combat LINUX_SHELL programming and server management source code of this classic book, looking for a long time, contributed to feed consumption!
linux_shell
- Linux下程序shell编程简介 黑客工具 linux与unix_shel编程经典教程(第二版) Bash新手指南和高级Bash脚本编程指南-The the procedural shell programming under Linux Introduction hacking tools linux unix_shel programming the classic tutorial (second edition) Ba
linux_SHELL
- linux课件:SHELL编程,很适合初学者对shell的学习-linux courseware: SHELL programming, very suitable for beginners learning of shell
Linux_shell
- Linux的shell编程的全套资料,比较简单,但是很全面。-Linux shell programming, a full set of data is relatively simple, but very comprehensive.
Linux_Shell-programming
- Linux shell 编程基础知识,可供学习Linux shell环境下编程使用。-failed to translate
Linux_Shell
- Linux Shell脚本编程基础,包括Linux Shell脚本基本语法规则和简单编程-Linux Shell Programming
Linux_Shell-programing-base
- 学习linux中shell编程基础的很好的ppt,读者可以学习下-Learning basic linux shell programming a good ppt, readers can learn
linux_shell
- 本文档为linux系统下的shell编程教程,内容详细介绍了shell编程方法。-This document is a shell programming tutorial linux system, detailed descr iption of shell programming.
linux_shell
- linux环境下的,shell编程学习资料,很不错,特别适合初学者。-linux environment, shell programming learning materials, very good, especially for beginners.
精通linux_shell编程教程pdf完整版
- 书中介绍了linux_shell编程技术,层层渐进,适合对linux有一定了解的初学者(Linux_shell programming technology are introduced in the book, layers of progressive, for a better understanding of Linux beginners)
Linux_Shell
- linux shell编程学习。提供丰富的学习内容,希望大家喜欢。(for linux shell study)
【Linux】48《精通linux_shell编程教程》
- 一本深入学习shell脚本语言艺术的书籍。(An in-depth study of shell scr ipt art books.)
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议