rshell:CS 100 外壳

时间:2021-06-03 16:38:53
【文件属性】:
文件名称:rshell:CS 100 外壳
文件大小:22KB
文件格式:ZIP
更新时间:2021-06-03 16:38:53
C++ 壳 CS 100 外壳 构建和运行 make ./bin/rshell 特征 在单个条目中支持多达 1000 个链接命令 在提示中包括登录名和主机名 kkita004@hammer.cs.ucr.edu$ 从命令中自动修剪制表符(在输入的开头和结尾)和多余的空格(在所有部分) kkita004@hammer.cs.ucr.edu$ ls -a -a ; 变成 kkita004@hammer.cs.ucr.edu$ ls -a -a ; 支持单引号和双引号 kkita004@hammer.cs.ucr.edu$ echo " This sentence will be output. " This sentence will be output. kkita004@
【文件预览】:
rshell-master
----Makefile(890B)
----src()
--------ls.cpp(16KB)
--------mv.cpp(1KB)
--------cp.cpp(5KB)
--------rshell.cpp(23KB)
--------rm.cpp(4KB)
--------Timer.h(3KB)
----LICENSE(427B)
----README.md(3KB)
----tests()
--------exec.script(5KB)
--------ls.script(16KB)
--------piping.script(8KB)
--------signals.script(5KB)

网友评论