资源列表
MS11-080runcmd
- ms11-080利用程序的改版,可以在webshell下启动进程了执行任意命令。-ms11-080 run cmd in webshell
FileWacher
- windows环境,监控文件夹变化。当文件夹内文件移动,删除,修改时产生消息通知。-for windows platform。Monitor the change of file directory.
update
- NS2 分析丢包率的简单代码 参见台湾柯志恒老师一书所得-NS2 analyze the packet loss rate of the simple code
一个简单的shell程序
- 《操作系统—精髓与设计原理》一书中myshell编程项目
.bat-instance
- 收集的几百个经典批处理实例(.bat源码),每个源码都附有详细的注释。绝对适合想学习批处理的同学。-Collection of hundreds of classic instance of a batch (. Bat source), each source is accompanied by detailed notes. Is suitable for a batch of students want to learn.
makefile
- 初级的shell脚本,写的makefile文件,初学linuxC编译程序的可以看看。-Primary shell scr ipt to write the makefile, the beginner linuxC compiler can look at.
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
NSG2
- 利用这个软件可以快速生成一个脚本程序,方便与脚本初学者对于脚本语言的学习。-The use of this software can quickly generate a scr ipt for easy scr ipting language with scr ipt learning for beginners.
FileManage
- 文件批量处理程序主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。-File batch processing to achieve the main bulk copy, cut, files and folders, batch rename files, batch delete files and folders, search for files and folders, batch compression
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell