程序员经常用到的UNIX命令

1.简单的文件维护与管理

ls,cd,mkdir,rm,cp,mv,cat,more

2.源程序的编写

vi,ed

3.编译与连接

gcc,g++,ld

4.运行与调试

adb,gdb

5.查看运行状态

%ps–ef

%grepaaaa.txt(aaaisthecharsinthefilenamea.txt)

%prstat(ctrlDtoexit)

%killpid(pidisaprocessid)

相关推荐