linux开发常用命令

一、调试

1.nm
2.ldd
3.readelf

二、网络

1.nc(netcat)
2.netstat

三、shell

1.xargs
find -name "app*" | xargs -i ls {}
2.sed
3.wc(word count)

你可能感兴趣的:(linux开发常用命令)