ubuntu下获取命令的源代码

 apt-get source `dpkg -S /bin/cat | sed -e 's/:.*//g'`

 

该命令获取cat的源代码实现,如果需要其他命令,可以替换 /bin/cat

你可能感兴趣的:(ubuntu)