摘要:
CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilatio 阅读全文
摘要:
常用命令 sed sed 是一种流编辑器,它是文本处理中非常常用的工具,能够完美的配合正则表达式使用,功能非常强大。 mkdir playground touch test.txt echo "Hello world!" >> test.txt cat>test.txt<<EOF > i love 阅读全文