搜索资源列表
UnixShell4osDesign
- Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
dshell
- 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。
shellcalc-0.9.5.tar
- 一个在linux下的shell的计算器,支持命令行,各种数学函数,15级堆栈。
A.Practical.Guide.to.Linux.Commands.Editors.and.Sh
- 一本关于Linux下Shell,命令行编程的书,很多实例,英文版;适合初学者-1 on Linux under the Shell, command-line programming, and many examples, the English version suitable for beginners
HAP_SecureCRT_5.1.3
- SecureCRT 是高度可定制的终端仿真器,适用于 Internet 和 Intranet,支持 IPv6 标准。对于连接到运行 Windows、UNIX 和 VMS 的 远程系统来说,SecureCRT 是理想的选择。 主要特性: . 广泛的终端仿真: VT100,VT102,VT220,ANSI,SCO ANSI,Xterm,Wyse 50/60, 和 Linux console 仿真(带有 ANSI 颜色)。 . 优秀的会话管
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
linuxshell_1
- linux shell 不用担心,Linux命令说到底是几个字母的东西,你能学好它的,好,现在你找一个叫系统终端的东西,输入cal就行,出来的是什么,是当前月份的月历,就从这里开始吧。很简单的吧,再输入cal 2008,看到了吧,找出奥运会举办的日子。这只是非常简单的,你能学会的,shell是Linux四个主要部分之一,其实上Shell是一个命令解释器。-linux shell Do not worry, Linux command in the final analysis are
LinuxShell
- Linux Shell 模拟器,开辟一块硬盘区域,在里面进行文件管理操作,能够处理Linux命令行【操作系统课程大作业】-Linux Shell simulator, open up a hard drive area, in which the file management operations, to handle the operating system Linux command line program great job 【】
fm
- linux用户层的fm测试代码,可以直接用mm或者make编译,命令行可以执行,在android的shell下也试过可行。功能比较全-linux user level the fm testing code, you can use mm or make compiler command line can be performed under the android' s shell also tried viable. Compare function
database
- 有的文件这里无法上传,完整代码我已经上传到github服务器,可以用 git clone git://github.com/zwdnet/Money.git 命令下载 自己写的给自己用的记帐程序,命令行下的,用于记录日常收入支出,以及自己的资产和负债情况,并进行一些数据分析。 开发环境:Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 因为程序中用了一些linux的shell命令(用system()调用),所以移植到其
Linux-Shell
- Linux Shell命令行及脚本编程实例详解PPT,感觉对shell脚本编程有一定的帮助作用- Linux Shell command line and PPT scr ipt programming, feeling some help to Shell scr ipting
Shell
- 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutel
Linux+命令行和shell脚本编程宝典
- shell脚本语言编程和linux命令行,编程宝典,linux学习。(shell scr ipting language)
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
The_Linux_Command_Line
- 这本由 William Shotts 所著的《The Linux Command Line》算得上是介绍 Linux 命令行的最佳入门书。它不仅讲述 Linux 命令的用法,而且也包含如何编写 Shell 脚本的内容。如果你想寻求掌握 Linux 命令行的书籍,我推荐你阅读这一本。最近,作者发布了该书的 Second Internet Edition,同样提供免费下载。(The Linux command line, by William Shotts, is the best introduc
Linux命令行与shell脚本编程大全.第3版.pdf.tar
- linux系统使用,以其在运维中图和脱颖而出(The Linux system is used to map and stand out in its operation and maintenance)
linux命令行和shell基础版学习
- linux命令行和shell基础版学习,针对性的讲解了shell和命令行的基础知识,适合新手学习和查阅。
main
- 基于linux的操作系统外壳。 编写一个C 语言程序作为Linux 内核的shell 命令行解释程序,所执行的结果需和系统命令行方式保持一致。 对用户编写的shell 增加后台运行功能。即用户可以使用”&”作为一个命令,表示该命令 在后台启动。前台还可以处理其他命令。 修改程序,增加I/O 重定向功能。即用户可以使用”<”、”>”和”|”符号改变程序/文件 的输入和输出。(shell of os based linux)
Linux Shell命令行及脚本编程实例详解
- linux shell 命令行以及脚本编写,很棒的一本书籍(Linux shell command line and scr ipting, a great book)
Linux下的shell编程入门
- 通常情况下,我们从命令行输入命令没输入一次就能够得到系统的一次响应。一旦需要我们一个接一个的输入命令而最后得到结果的时候,这样的做法显然就没有效率。要达到这样的目的,通常我们利用shell程序或者shell脚本来实现。