shell_1.5.zip
模拟linux终端,实现shell解释器 实现内容:(先看README文件) 1.自动补全、上下键查找历史命令 2.内建命令:exit、set 、unset、 expoet、 history、cd (unset 只能删除变量,不能删除函数) 3.多管道命令 例如:cat xx.c | wc -l 4.外部命令 cat、 wc 等 5.后台运行 例如执行程序 ./a.out& 有 &标识符就可以后台运行程序
文件列表
shell_1.5.zip
(预估有个67文件)
shell_1.5
main.c
1KB
.git
index
361B
hooks
pre-push.sample
1KB
prepare-commit-msg.sample
1KB
applypatch-msg.sample
478B
pre-commit.sample
2KB
pre-applypatch.sample
424B
暂无评论