21:07 2014/12/7
ls == list
21:13 2014/12/7
./a.out // a.out at the current directory
21:14 2014/12/7
clang -o hello hello.c
21:14 2014/12/7
cd == change directory
21:18 2014/12/7
~ // just means "home directory"
21:19 2014/12/7
rm == remove
21:24 2014/12/7
make hello // gcc -o hello hello.c
// clang -o hello hello.c
how to develop programs in linux(cs50 appliance)?
最新推荐文章于 2024-10-25 21:49:18 发布