# 简单shell设计实现 **Repository Path**: qi_xmu/simple-shell ## Basic Information - **Project Name**: 简单shell设计实现 - **Description**: Unix课程实验。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2023-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 简单shell设计和实现 -- zssh: z-simple-shell ============================= 实现一个简单的shell程序。 实现列表:(x:Realized o: Unrealized.) x 自定义头部 x 搜索环境变量 x 运行一般指令 x 在test中已经实现cd功能 o 补全功能 o 历史记录 使用方法: - make使用参考 - 编译方法: make (or) make all - 清除文件: make clean - 运行测试: make test - 不附带参数运行: make run - 附带参数运行,可以修改Makefile中 run, 也可以自行添加。 ============================= 本项目用于Unix课程实验,开发者:Qi