rshell:壳牌——UCR Spring 2015 CS100

时间:2021-06-02 22:34:23
【文件属性】:
文件名称:rshell:壳牌——UCR Spring 2015 CS100
文件大小:35KB
文件格式:ZIP
更新时间:2021-06-02 22:34:23
C++ #RSHELL Shell Terminal 为 UCR CS100 软件构建课程复制 bash 终端 ##Install 要安装并运行最新版本的 rshell,请在终端中输入以下内容: 1. git clone http://www.github.com/markasfour/rshell.git 2. cd rshell 3. git checkout hw3 4. make 5. bin/rshell ##Program 功能 Rshell 运行所有 bash 命令 Rshell 支持使用命令连接器,例如; , && , 和|| Rshell 支持从左到右的连接器逻辑排序(即ls && pwd || exit将导致首先评估ls ,接下来评估pwd ,最后评估exit ) Rshell 为使用不正确的语法和无效的命令提供正确的错误消息 Rshell 允许通过使用#来使用注释
【文件预览】:
rshell-master
----src()
--------ls.cpp(9KB)
--------mv.cpp(3KB)
--------cp.cpp(3KB)
--------main.cpp(16KB)
--------rm.cpp(2KB)
--------Timer.h(2KB)
----LICENSE(1KB)
----README.md(4KB)
----makefile(903B)
----test()
--------exec.script(5KB)
--------ls.script(138KB)
--------piping.script(11KB)
--------signals.script(9KB)

网友评论