资源列表
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
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
NSG2
- 利用这个软件可以快速生成一个脚本程序,方便与脚本初学者对于脚本语言的学习。-The use of this software can quickly generate a scr ipt for easy scr ipting language with scr ipt learning for beginners.
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
makefile
- 初级的shell脚本,写的makefile文件,初学linuxC编译程序的可以看看。-Primary shell scr ipt to write the makefile, the beginner linuxC compiler can look at.
update
- NS2 分析丢包率的简单代码 参见台湾柯志恒老师一书所得-NS2 analyze the packet loss rate of the simple code
FileWacher
- windows环境,监控文件夹变化。当文件夹内文件移动,删除,修改时产生消息通知。-for windows platform。Monitor the change of file directory.
MS11-080runcmd
- ms11-080利用程序的改版,可以在webshell下启动进程了执行任意命令。-ms11-080 run cmd in webshell
FTPShellExt
- 在windows目录的属性页中添加一个追加FTP的页面,能够方便的添加到IIS的FTP目录中。-the windows directory properties page FTP add an additional pages. to add to the convenience of the IIS FTP directory.
crack-ipc.bat
- 暴力破解系统密码用bat批处理来写,有效的ipc字典破解学习资料-ipc crack.bat
codeTrans
- 对指定文件夹中的文本文件批量转换编码,shell脚本;附iconv说明-batch transcoding to text files in specified folder,written using Shell,with the manual of iconv
shell
- 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language