clu:与Coreutils类似的命令行实用程序 源码
clu:命令行实用程序。 该程序可作为pwd,ls和cat的组合。 该程序不是fork。 如何编译: 在此git存储库中运行: $ make #compiles the program. $ make cleanobj #removes object files. leaves behind the final binary. $ make clean #removes compiled program and object files. 如何使用: 在此git存储库中运行: $ ./clu #prints current directory. $ ./clu pwd #prints
下载地址
用户评论