搜索资源列表
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
FAT
- C++实现Fat存储结构,并支持Shell命令,ls列表文件,以其其他命令,包括添加删除目录以及文件,创建软链接,硬连接,批量删除,读写文件,将真实文件写入虚拟FAT文件中-C++ implementation Fat storage structure, and to support the Shell command, ls list of files, with its other order, including add and delete the directory files, c
