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

Search list

[Shell apiWrox.Beginning.Shell.Scripting.Apr.2005.eBook-DDU.

Description: beginning shell script -beginning shell script
Platform: | Size: 3161088 | Author: luoxi | Hits:

[Shell apiLINUX~SHELL

Description: 本书介绍Shell编程,非常适合初学者的需爱惜教材,同时也适合从事人员的参考书。-Shell programming introduction book, very suitable for teaching beginners need to cherish, but also suitable for staff reference.
Platform: | Size: 17859584 | Author: 林绍辉 | Hits:

[Linux-Unixshell

Description: shell编程指南请详细阅读,将掌握在linux的shell脚本的编写-shell programming guide, please read carefully, will be in the hands of the linux
Platform: | Size: 394240 | Author: 阿陈 | Hits:

[Shell apiSHELL

Description: winc shell,一个应用界面。是做wince界面的参考-winc shell, an application interface. Is to do wince interface reference
Platform: | Size: 3825664 | Author: andy | Hits:

[OtherUNIX.Shell.4th

Description: UNIX.Shell.4th,介绍UNIX下Shell编程的好书,希望大家喜欢-UNIX.Shell.4th, introduce Shell programming under UNIX books, I hope everyone likes
Platform: | Size: 2888704 | Author: 符钰 | Hits:

[Linux-Unixshell

Description: 操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
Platform: | Size: 7168 | Author: 小小宝 | Hits:

[Linux-Unixshell

Description: 详细介绍了UNIX/LINUX环境下SHELL编程,是初中级读者的一个很好选择,也是高级读者的一个很好的参考书.-err
Platform: | Size: 17857536 | Author: 黄笑生 | Hits:

[OtherLearning+the+Bash+Shell+2nd

Description: 关于bash的电子书,是介绍SHELL比较全面的书之一-On the bash of the e-books, is to introduce a more comprehensive book SHELL one
Platform: | Size: 646144 | Author: 童辉 | Hits:

[Linux-UnixCool.Shell.Scripts

Description: LInux 下101个超酷Shell脚本.rar LInux 下101个超酷Shell脚本.rar-101 under LInux cool Shell script. RarLInux under 101 cool Shell script. Rar
Platform: | Size: 1512448 | Author: qr | Hits:

[Othershell

Description: shell编程例子里面是一些linux地下,shell编程的实例-examples of shell programming linux there are some underground, shell programming examples
Platform: | Size: 268288 | Author: 我好凉 | Hits:

[uCOSGENIE-SHELL

Description: uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或Bash的简化版Shell并不困难。其本质思想就是:Shell作为一个uC/OSII下的任务,接收用户输入的字符,存储到缓冲区,并回显在屏幕上,以回车键为用户输入的结束信号,随后解析用户输入的命令名称、参数,调用相应的命令函数。一直到这个命令函数运行返回,才继续Shell的人机交互界面。Shell作为一个任务工作于内核之外,占用一个任务号。-err
Platform: | Size: 690176 | Author: haha | Hits:

[Linux-Unixshell

Description: unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
Platform: | Size: 4096 | Author: 王玮 | Hits:

[Linux-UnixShell

Description: shell的脚本教程,不用账号的。便于linux系统学习者以及网络安全的开发者学习应用
Platform: | Size: 18432 | Author: slx | Hits:

[OS Developshell.c

Description: 主要用于linuxshell设计实验功能,包含了shell的一些代码-Linuxshell used to design the experimental features, including some of the shell code
Platform: | Size: 5120 | Author: 古月 | Hits:

[Shell apiShell

Description: 基本上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(Command Line Interface shell ,即CLI shell)   例如:   bash / sh / ksh / csh(Unix/linux 系统)   COMMAND.COM(MS-DOS 系统)   cmd.exe / 命令提示字符(Windows NT 系统)   Windows PowerShell(支援 .NET Framework 技术的 Windows NT 系统) -Shell is basically divided into two categories: a: a graphical interface shell (Graphical User Interface shell or GUI shell) example: the most widely used Windows Explorer (Microsoft windows family of production systems), there are also well-known Linux shell, which linux shell, including X windows manger (BlackBox and FluxBox), as well as the more powerful of the CDE, GNOME, KD, XFCE. Second: the command line shell (Command Line Interface shell, that is, CLI shell) such as: bash/sh/ksh/csh (Unix/linux systems) COMMAND.COM (MS-DOS systems) cmd.exe/characters in the command prompt (Windows NT system) Windows PowerShell (support. NET Framework technology, Windows NT systems)
Platform: | Size: 447488 | Author: grub | Hits:

[Shell apishell

Description: shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
Platform: | Size: 14336 | Author: zhanghonglang | Hits:

[Shell apishell

Description: shell欣赏是学习脚本的好东西,有很多实用的例子-shell script to learn to appreciate the good things, there are many practical examples
Platform: | Size: 247808 | Author: liguanwu | Hits:

[Othershell-programming

Description: shell脚本编程,环境linux,很详细功能很强大。能够很快帮你写出功能强大的shell程序-shell script programming, environmental linux, very powerful function in great detail. Can quickly help you write powerful shell program
Platform: | Size: 328704 | Author: guoqing | Hits:

[Linux-UnixShell

Description: Shell编程入门:Linux解释器原理详细介绍.doc
Platform: | Size: 7168 | Author: wuxiaolong | Hits:

[Linux-Unixshell-script-entry

Description: Shell脚本入门 from ownlinux.cn-Introduction to Shell Scripting from ownlinux.cn
Platform: | Size: 205824 | Author: scturtle | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net