# LinuxTest **Repository Path**: iamttp/LinuxTest ## Basic Information - **Project Name**: LinuxTest - **Description**: linux基本命令简单编写 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 用VScode编写 在ubuntu运行 git版本控制 程序参考书籍《Unix/Linux编程实践教程》 > 1.more.cpp //linux的more命令 amore.out //输出 编译指令: //g++ -o amore.out more.cpp > 2.who.cpp //linux的who命令 awho.out 编译指令: //g++ -o awho.out who.cpp