搜索资源列表
shell
- linux shell十三问 比较经典的 问题 自己在网上搜集得 基本上涵盖了 初学者遇到的问题
shell
- 实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印\"parent\"和\"child\", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后\"child are completed!\"信息后退出。
ShelL
- linux shell编写程方面的书籍.很好的 一本入门书
shell
- shell:详细介绍脚本语言在linux上的应用!
linux下C语言编写的shell
- C语言编写的简单shell,计算机操作系统实验作业...你懂的
linux-shell
- shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
shell
- 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language
qcd.tar
- 用SHELL编写的快速进入linux不同目录的程序。可记录20个目录,可选择快速进入。-SHELL prepared with quick access to different directories linux programs. It can record 20 directory, choose quick access.
linuxbook001
- linux C函数库 linux initial make-baby-linux shell初解 shell详解 -linux C library linux initialmake-baby-linuxshell explain the early solution of shell
linux
- Linux中shell编程一些小程序的实现。有1到100相加的和的程序。-Linux in shell programming to achieve some small procedures. There is the sum of 1-100 and procedures.
AdvancedBashProgrammer
- 高级Linux bash shell 脚本编程,建议最好对Linux有一定程度的了解,对shell脚本有一定的了解-Senior Linux bash shell scr ipting, it is recommended the best of Linux have a certain degree of understanding, to shell scr ipts have some knowledge about the
Expert_Shell_Scripting
- 一本shell的经典书籍,由资深的unix,linux系统管理员描述他们多年的心得-A shell of classic books, from senior unix ,linux system administrator to describe their many years of experience
Linuxcommad
- linux shell下面的常用命令全集-The Complete Works of commonly used linux commands
Shell
- 基本上shell分两大类: 一:图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。 二:命令行式 shell(Comm
shell1
- 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
LinuxShellExample
- Linux Shell 实例精解,是Linux Shell编程的参考资料-Fine examples of Linux Shell solution is Linux Shell Programming reference
Linux-shell
- s h e l l编程最烦人的一项工作是调试问题。有一些方法可以借鉴,但是最好能在问题出现前防止大部分错误,为此应遵循以下规则。 本书简单讲解-The most annoying one shell programming is to debug the problem. There are ways to learn, but the problem is best able to prevent most errors before, this should follow the rules
Bash-Shell
- UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、 C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell 等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编 程是很难的, 一般也没有必要。 学习 shel
【Linux】48《精通linux_shell编程教程》
- 一本深入学习shell脚本语言艺术的书籍。(An in-depth study of shell scr ipt art books.)