#include <iostream>

using namespace std;

int main()
{
    cout << "-----pwd-----\n";
    system("pwd");

    cout << "------ls------\n";
    system("ls");

    cout << "------ls -lh---\n";
    system("ls -lh");
}
-----pwd-----
/home
------ls------
0001#_0.jpg  
------ls -lh---
total 2.3K
-rw-r--r-- 1 root     root     2.3K  0001#_0.jpg

Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐