Welcome![Sign In][Sign Up]
Location:
Search - shell

Search list

[Shell apishell

Description: 一个shell脚本语言的实例代码 ,适合shell编程的初学者的学校借鉴。-It is a shell program test ,and for new student to study
Platform: | Size: 5120 | Author: shiqun | Hits:

[Shell apiSHELL-guide

Description: 一套学习shell的经典手册,让一个菜鸟变成高手的SHELL手册。-A set of learning the classical shell manual, so that a rookie to become master of the SHELL manual.
Platform: | Size: 641024 | Author: 廖登榜 | Hits:

[OtherLinux-Shell-Scripting-Tutorial

Description: 介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script Programming you must know l Kernel l Shell l Process l Redirectors, Pipes, Filters etc.
Platform: | Size: 116736 | Author: 武铭 | Hits:

[BooksLinux.Shell

Description: linux shell 的实例讲解,还不错-linux shell example explanation, not bad
Platform: | Size: 24242176 | Author: ykoky2k | Hits:

[Shell apishell

Description: 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入outfileName, >>表示以追加方式写入文件,>则表示以覆盖方式写入; 3)实现了多管道 4)命令结尾可加后台运行符号& ,表示此命令将以后台运行的方式执行 5)实现了cd命令 6)exit为退出命令 7)history为历史命令,可以显示最近执行的命令,最多100条 8)!i为执行历史命令,意为执行第i条历史命令。!!为执行上一条命令。 9)’|’为管道符号,使用|符号隔开的若干条命令之间,前一条命令的输出是后一条命令的输入。 10)自定义命令myname,将输出此Shell的版本信息 11)本解释器命令格式中的简单命令可为所有外部命令和一部分内部命令和自定义命令 -a shell experiment base in uxix
Platform: | Size: 22528 | Author: souven | Hits:

[Shell apishell

Description: 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call execve, not allowed to use other exec functions. Input should be allowed to take multiple parameters (one line can be expressed), without considering a wildcard (ie, "*" ," ?" ,"-" , etc.) processing. 2, typographical errors, the command will prompt an error and enter the next round of the state to receive the command. 3, you can use Ctrl-C and Ctrl-\ the end of a simple shell operation. 4, the program is running correctly, suggesting that clear and simple.
Platform: | Size: 2048 | Author: Lynne | Hits:

[BooksShell

Description: Linux shell 编程教程,chm格式-Linux shell programming tutorials, chm format
Platform: | Size: 2851840 | Author: arthur | Hits:

[Shell apishell-IP-Changer

Description: shell code to change ip
Platform: | Size: 3072 | Author: ssdd9258 | Hits:

[Shell apishell-scripting

Description: Shell Scripting by Hamish Whittal
Platform: | Size: 404480 | Author: OZ | Hits:

[Linux-Unixshell

Description: 在linux上编写的简单的shell,包括cd、ls、echo等命令-Shell code in linux
Platform: | Size: 31744 | Author: Cicy | Hits:

[Software EngineeringLinux.Shell.Scripting.With.Bash.2004.pdf

Description: 很好的脚本编程教程 bash she-很好的脚本编程教程 bash shell
Platform: | Size: 1429504 | Author: leon | Hits:

[OtherLearning.The.Bash.Shell.3rd

Description: “Learning the bash Shell, 3rd Edition ”是学习shell编程的经典之作 -" Learning the bash Shell, 3rd Edition" to learn shell programming classic
Platform: | Size: 718848 | Author: chenjieping | Hits:

[Linux-Unixshell

Description: linux shell 脚本 linux shell 脚本-linux shell script linux shell script linux shell script
Platform: | Size: 748544 | Author: yh | Hits:

[Shell apiShell

Description: shell脚本语言文字shell脚本语言-shell scripting languages shell scripting language
Platform: | Size: 18432 | Author: 张刚 | Hits:

[OtherVisual.Basic.Shell.Programming

Description: Windows users take advantage of shell extensions on the desktop every single day, but understanding what they are and how to program with them can be tricky and, until now anyway, usually required the use of Visual C++. Filled with expert knowledge of the underlying Windows shell COM objects, Visual Basic Shell Programming is all that you need to write shell-enabled applications that look more professional, as well as rival the functionality of programs that are written in C++.
Platform: | Size: 1914880 | Author: Miley Zhang | Hits:

[Linux-UnixShell-analytic-procedure

Description: 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands, such as ls, cd, etc. command parsing, but also includes a number of complex commands, such as piping commands Analytical
Platform: | Size: 79872 | Author: 吴倩倩 | Hits:

[Shell apishell

Description: 对于学习Shell编程的人来说是一个很好的教程,需要的下载-Shell programming for people to learn is a good tutorial, need to download
Platform: | Size: 13312 | Author: 黎明 | Hits:

[OS Developminix-shell

Description: 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
Platform: | Size: 2048 | Author: | Hits:

[Linux-Unixlinux-command-line-and-shell-scripting-bible.9780

Description: Unix guide and excellent shell scripting manual
Platform: | Size: 12673024 | Author: prem | Hits:

[Linux-UnixLinux-shell.tar

Description: Linux shell编写经典实例,学习linux必学shell。-Linux shell written classic example, must learn to learn linux shell.
Platform: | Size: 374784 | Author: andy | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net